From 0dc1072a190c10f0ee1be67103549c1ec79436ea Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 13 Feb 2014 20:42:54 +0100 Subject: [PATCH] Fix issue 72 (too much whitespace in config.m4) --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 3ad53ba8979..c48a5db60fc 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, [ ])