* Purity problem: try to prevent php from looking for expat.

svn path=/nixpkgs/trunk/; revision=9298
This commit is contained in:
Eelco Dolstra 2007-09-11 12:55:09 +00:00
parent 9c5f420b00
commit 7588231bca

View File

@ -5,7 +5,7 @@ alias lex=flex
configureFlags="$configureFlags \
--with-libxml-dir=$libxml2 \
--with-apxs2=$apacheHttpd/bin/apxs \
--with-apr-util=$apacheHttpd"
--without-libexpat-dir"
if test -n "$unixODBC"; then
configureFlags="$configureFlags --with-unixODBC=$unixODBC"