summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-05 15:50:08 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-05 15:50:08 +0000
commitb8c5dc8364753fbe72c7fd725fd29ba34f74a60f (patch)
tree719ddd48f746815794cd3b5b36906dbe8a475be0
parentfc837435a657075769c4ecdafcf9a0ec06e5238b (diff)
downloadlasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.tar.gz
lasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.tar.xz
lasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.zip
PHP build by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 85fa7974..a2005d3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,7 +334,7 @@ AC_SUBST(PHP_LDFLAGS)
AC_SUBST(PHP_LIBS)
AC_SUBST(PHP_EXTENSION_DIR)
-AC_ARG_WITH(php, [ --with-php(=PHP) Enable the PHP interface], with_php="$withval", with_php="no")
+AC_ARG_WITH(php, [ --with-php(=PHP) Enable the PHP interface], with_php="$withval", with_php="yes")
AC_MSG_CHECKING(Enable PHP API)
if test "X$with_php" != Xno ; then
if test "X$with_php" != Xyes; then