All symbols for autotools dependencies

The symbol versions of :autoconf, :automake and :libtool only activate
for OS X / Xcode combinations that do not provide autotools.
This commit is contained in:
Adam Vandenberg 2012-07-07 11:07:50 -07:00
parent e9dc02dbb6
commit 0cd87229b3

View File

@ -59,6 +59,9 @@ private
def parse_symbol_spec spec, tag
case spec
when :autoconf, :automake, :libtool
# Xcode no longer comes with autotools
MacOS.xcode_version >= "4.3" ? Dependency.new(spec.to_s) : nil
when :x11, :libpng
X11Dependency.new(tag)
else