From: Sascha Schumann Date: Wed, 19 Sep 2001 09:17:56 +0000 (+0000) Subject: Fix indentation of ./configure --help X-Git-Tag: PRE_SUBST_Z_MACROS~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed50e0e1555f427aa98b4b81c5b5fb9ed87f4145;p=php Fix indentation of ./configure --help --- diff --git a/ext/mailparse/config.m4 b/ext/mailparse/config.m4 index 4e2c4f7d60..0e0cb2a1d7 100644 --- a/ext/mailparse/config.m4 +++ b/ext/mailparse/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension mailparse PHP_ARG_ENABLE(mailparse, whether to enable mailparse support, -[ --enable-mailparse Enable mailparse support]) +[ --enable-mailparse Enable mailparse support]) if test "$PHP_MAILPARSE" != "no"; then if test "$ext_shared" != "yes" && test "$enable_mbstring" != "yes"; then diff --git a/ext/pcntl/config.m4 b/ext/pcntl/config.m4 index acf402d3ed..fc0c4956ea 100644 --- a/ext/pcntl/config.m4 +++ b/ext/pcntl/config.m4 @@ -4,7 +4,7 @@ dnl config.m4 for extension pcntl dnl Process Control (pcntl) extentsion --EXPERIMENTAL-- dnl TODO - Add platform checks PHP_ARG_ENABLE(pcntl, whether to enable pcntl support, -[ --enable-pcntl Enable experimental pcntl support (CGI ONLY!)]) +[ --enable-pcntl Enable experimental pcntl support (CGI ONLY!)]) if test "$PHP_PCNTL" != "no"; then if test "$PHP_SAPI" != "cgi"; then @@ -16,5 +16,4 @@ if test "$PHP_PCNTL" != "no"; then AC_CHECK_FUNCS(sigaction, [ AC_DEFINE(HAVE_SIGACTION,1,[ ]) ], [ AC_MSG_ERROR(pcntl: sigaction() not supported by this platform) ]) PHP_EXTENSION(pcntl, $ext_shared) - fi