diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-05 15:50:08 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-05 15:50:08 +0000 |
| commit | b8c5dc8364753fbe72c7fd725fd29ba34f74a60f (patch) | |
| tree | 719ddd48f746815794cd3b5b36906dbe8a475be0 | |
| parent | fc837435a657075769c4ecdafcf9a0ec06e5238b (diff) | |
| download | lasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.tar.gz lasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.tar.xz lasso-b8c5dc8364753fbe72c7fd725fd29ba34f74a60f.zip | |
PHP build by default
| -rw-r--r-- | configure.ac | 2 |
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 |
