Remove X11 doctor check

Now that X11 components are specified as dependencies, users will be
prompted to install these components when necessary, and this check is
no longer needed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-08-06 00:33:48 -05:00
parent 7488b9844b
commit bbcbbcdaa1

View File

@ -167,17 +167,6 @@ def check_for_stray_las
s
end
def check_for_x11
unless MacOS::XQuartz.installed? then <<-EOS.undent
X11 is not installed.
You don't have X11 installed as part of your OS X installation.
This is not required for all formulae, but is expected by some.
You can download the latest version of XQuartz from:
https://xquartz.macosforge.org
EOS
end
end
def check_for_other_package_managers
if macports_or_fink_installed?
<<-EOS.undent