]> granicus.if.org Git - php/commitdiff
Fix issue 72 (too much whitespace in config.m4)
authorBob Weinand <bobwei9@hotmail.com>
Thu, 13 Feb 2014 19:42:54 +0000 (20:42 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 13 Feb 2014 19:42:54 +0000 (20:42 +0100)
config.m4

index 3ad53ba8979ee6beb9a02a7e47ade2e1345a0dd3..c48a5db60fc9f26086e390ed2cc5bda4a15ae666 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -6,7 +6,7 @@ PHP_ARG_ENABLE(phpdbg, for phpdbg support,
 [  --enable-phpdbg         Build phpdbg], yes, yes)
 
 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 "$PHP_PHPDBG" != "no"; then
   AC_DEFINE(HAVE_PHPDBG, 1, [ ])