From ed50e0e1555f427aa98b4b81c5b5fb9ed87f4145 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 19 Sep 2001 09:17:56 +0000 Subject: [PATCH] Fix indentation of ./configure --help --- ext/mailparse/config.m4 | 2 +- ext/pcntl/config.m4 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/mailparse/config.m4 b/ext/mailparse/config.m4 index 4e2c4f7d60c..0e0cb2a1d7d 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 acf402d3ed0..fc0c4956eab 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