From: Tom Van Looy Date: Wed, 14 Feb 2018 20:47:56 +0000 (+0100) Subject: Fix: follow the indent of the other configure options X-Git-Tag: php-7.3.0alpha1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7672f8be0bea2358b86dc0c43b88837a6b73686b;p=php Fix: follow the indent of the other configure options --- diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 2a99c2a100..37ecd760ce 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -101,7 +101,7 @@ PHP_ARG_WITH(tcadb,, [ --with-tcadb[=DIR] DBA: Tokyo Cabinet abstract DB support], no, no) PHP_ARG_WITH(lmdb,, -[ --with-lmdb[=DIR] DBA: Lightning memory-mapped database support], no, no) +[ --with-lmdb[=DIR] DBA: Lightning memory-mapped database support], no, no) dnl diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 1edd91f4ad..c3ff5ece24 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -11,7 +11,7 @@ PHP_ARG_WITH(gd, for GD support, install directory [BUNDLED]]) if test -z "$PHP_WEBP_DIR"; then PHP_ARG_WITH(webp-dir, for the location of libwebp, - [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no) + [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no) fi if test -z "$PHP_JPEG_DIR"; then diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index fab38019a3..4ff7a062bf 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -102,7 +102,7 @@ dnl PHP_ARG_WITH(odbcver,, [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0350. - Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350) + Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350) if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(adabas,, @@ -246,8 +246,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(empress-bcs,, -[ --with-empress-bcs[=DIR] - Include Empress Local Access support [\$EMPRESSPATH] +[ --with-empress-bcs[=DIR] Include Empress Local Access support [\$EMPRESSPATH] (Empress Version >= 8.60 required)]) AC_MSG_CHECKING(for Empress local access support) diff --git a/ext/sodium/config.m4 b/ext/sodium/config.m4 index 9388fc21a4..94e7b6c092 100644 --- a/ext/sodium/config.m4 +++ b/ext/sodium/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension sodium PHP_ARG_WITH(sodium, for sodium support, -[ --with-sodium[=DIR] Include sodium support]) +[ --with-sodium[=DIR] Include sodium support]) if test "$PHP_SODIUM" != "no"; then SEARCH_PATH="/usr/local /usr" # you might want to change this diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 6a5915b80e..5355d78091 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -413,7 +413,8 @@ dnl dnl Check for argon2 dnl PHP_ARG_WITH(password-argon2, for Argon2 support, -[ --with-password-argon2[=DIR] Include Argon2 support in password_*. DIR is the Argon2 shared library path]]) +[ --with-password-argon2[=DIR] + Include Argon2 support in password_*. DIR is the Argon2 shared library path]]) if test "$PHP_PASSWORD_ARGON2" != "no"; then AC_MSG_CHECKING([for Argon2 library]) 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) diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index c3a26d38d5..965a110bbe 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -3,13 +3,14 @@ dnl $Id$ dnl PHP_ARG_ENABLE(phpdbg, for phpdbg support, -[ --enable-phpdbg Build phpdbg], yes, yes) +[ --enable-phpdbg Build phpdbg], yes, yes) PHP_ARG_ENABLE(phpdbg-webhelper, for phpdbg web SAPI support, -[ --enable-phpdbg-webhelper Build phpdbg web SAPI support], no) +[ --enable-phpdbg-webhelper + Build phpdbg web SAPI support], no) PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build, -[ --enable-phpdbg-debug Build phpdbg in debug mode], no, no) +[ --enable-phpdbg-debug Build phpdbg in debug mode], no, no) if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then AC_HEADER_TIOCGWINSZ