summaryrefslogtreecommitdiff
path: root/ext/zend_test
diff options
context:
space:
mode:
authorTom Van Looy <tom@ctors.net>2018-02-14 21:47:56 +0100
committerJoe Watkins <krakjoe@php.net>2018-02-15 08:49:58 +0100
commit7672f8be0bea2358b86dc0c43b88837a6b73686b (patch)
treec28214ca5607ef5163e111be05f77b385fad282f /ext/zend_test
parent5a4ff9f1a92c167bd7cd202994581864af99f43e (diff)
downloadphp-git-7672f8be0bea2358b86dc0c43b88837a6b73686b.tar.gz
Fix: follow the indent of the other configure options
Diffstat (limited to 'ext/zend_test')
-rw-r--r--ext/zend_test/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zend_test/config.m4 b/ext/zend_test/config.m4
index becefcdd7e..242d195eb4 100644
--- a/ext/zend_test/config.m4
+++ b/ext/zend_test/config.m4
@@ -1,5 +1,5 @@
PHP_ARG_ENABLE(zend-test, whether to enable zend-test extension,
-[ --enable-zend-test Enable zend-test extension])
+[ --enable-zend-test Enable zend-test extension])
if test "$PHP_ZEND_TEST" != "no"; then
PHP_NEW_EXTENSION(zend_test, test.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)