From: Bob Weinand Date: Thu, 13 Feb 2014 19:42:54 +0000 (+0100) Subject: Fix issue 72 (too much whitespace in config.m4) X-Git-Tag: php-5.6.0beta2~1^2~37^2~23^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dc1072a190c10f0ee1be67103549c1ec79436ea;p=php Fix issue 72 (too much whitespace in config.m4) --- diff --git a/config.m4 b/config.m4 index 3ad53ba897..c48a5db60f 100644 --- 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, [ ])