Add comment to ENV.libxml2

This commit is contained in:
Adam Vandenberg 2011-03-14 13:58:30 -07:00
parent c6e069bfe5
commit 522ed0050f

View File

@ -197,8 +197,9 @@ Please take one of the following actions:
self['CFLAGS'] = self['CXXFLAGS'] = SAFE_CFLAGS_FLAGS self['CFLAGS'] = self['CXXFLAGS'] = SAFE_CFLAGS_FLAGS
end end
# Some configure scripts won't find libxml2 without help
def libxml2 def libxml2
append_to_cflags ' -I/usr/include/libxml2' append_to_cflags '-I/usr/include/libxml2'
end end
def x11 def x11