Author: jfrederic.clere(a)jboss.com
Date: 2007-10-30 12:08:22 -0400 (Tue, 30 Oct 2007)
New Revision: 1155
Modified:
sandbox/httpd/httpd.test
Log:
Add APUADDCONF (for things like --with-mysql=/opt/iexpress/mysql).
Modified: sandbox/httpd/httpd.test
===================================================================
--- sandbox/httpd/httpd.test 2007-10-29 12:57:29 UTC (rev 1154)
+++ sandbox/httpd/httpd.test 2007-10-30 16:08:22 UTC (rev 1155)
@@ -47,7 +47,7 @@
fi
(cd apr-util-trunk
./buildconf --with-apr=$HOME/$TMPLOC/apr-trunk
-./configure --prefix=$HOME/$TMPLOC/APU --with-apr=$HOME/$TMPLOC/APR
+./configure --prefix=$HOME/$TMPLOC/APU --with-apr=$HOME/$TMPLOC/APR $APUADDCONF
make clean
make
make install