From 522ed0050f55a8aa45a7fb35d2ebda96b07a9a95 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 14 Mar 2011 13:58:30 -0700 Subject: [PATCH] Add comment to ENV.libxml2 --- Library/Homebrew/extend/ENV.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb index e15f642ebc..f5a61faa55 100644 --- a/Library/Homebrew/extend/ENV.rb +++ b/Library/Homebrew/extend/ENV.rb @@ -197,8 +197,9 @@ Please take one of the following actions: self['CFLAGS'] = self['CXXFLAGS'] = SAFE_CFLAGS_FLAGS end + # Some configure scripts won't find libxml2 without help def libxml2 - append_to_cflags ' -I/usr/include/libxml2' + append_to_cflags '-I/usr/include/libxml2' end def x11