summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-12-08 10:50:25 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-12-08 10:50:25 +0000
commit276d96005dd169b53412fb2909ffb863f9c7d665 (patch)
treeb903abb6ea37b79942c2e8cce7420caca7bba06a
parent384a5e26fe9fd767e0f40465859472e1a6238147 (diff)
fixed php configure options indentation
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b33b8b44..2d049542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,10 +356,10 @@ AC_SUBST(PYTHON_VERSION)
# -----------
dnl Check if php is explicitly disabled.
-AC_ARG_ENABLE(php4, [ --disable-php4 disable the PHP 4 binding],,
+AC_ARG_ENABLE(php4, [ --disable-php4 disable the PHP 4 binding],,
enable_php4="yes")
-AC_ARG_ENABLE(php4-force, [ --enable-php4-force always enable of the PHP 4 binding (win32)],
+AC_ARG_ENABLE(php4-force, [ --enable-php4-force always enable of the PHP 4 binding (win32)],
[ENABLE_PHP4_FORCE="yes"],
[ENABLE_PHP4_FORCE="no"])
@@ -429,10 +429,10 @@ AC_SUBST(PHP4_VERSION)
# -----------
dnl Check if php is explicitly disabled.
-AC_ARG_ENABLE(php5, [ --disable-php5 disable the PHP 5 binding],,
+AC_ARG_ENABLE(php5, [ --disable-php5 disable the PHP 5 binding],,
enable_php5="yes")
-AC_ARG_ENABLE(php5-force, [ --enable-php5-force always enable of the PHP 5 binding (win32)],
+AC_ARG_ENABLE(php5-force, [ --enable-php5-force always enable of the PHP 5 binding (win32)],
[ENABLE_PHP5_FORCE="yes"],
[ENABLE_PHP5_FORCE="no"])