summaryrefslogtreecommitdiff
path: root/ext/sqlite3/config0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite3/config0.m4')
-rw-r--r--ext/sqlite3/config0.m49
1 files changed, 6 insertions, 3 deletions
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4
index b4ae84ea21..d6aaf13095 100644
--- a/ext/sqlite3/config0.m4
+++ b/ext/sqlite3/config0.m4
@@ -1,8 +1,11 @@
dnl config.m4 for extension sqlite3
-PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
-[ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
- SQLite3 installation directory.], yes)
+PHP_ARG_WITH([sqlite3],
+ [whether to enable the SQLite3 extension],
+ [AS_HELP_STRING([[--without-sqlite3[=DIR]]],
+ [Do not include SQLite3 support. DIR is the prefix to SQLite3 installation
+ directory.])],
+ [yes])
if test $PHP_SQLITE3 != "no"; then
PHP_SQLITE3_CFLAGS=" -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 "