From 4f9f86a15dbbec28c37a9f7ade85545124d2c764 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 10 Nov 2013 22:55:07 +0000 Subject: [PATCH] update to default on --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 33ea65b396..bb9719015e 100644 --- a/config.m4 +++ b/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(phpdbg, for phpdbg support, -[ --enable-phpdbg Build phpdbg], no, no) +[ --enable-phpdbg Build phpdbg], yes, yes) if test "$PHP_PHPDBG" != "no"; then AC_DEFINE(HAVE_PHPDBG, 1, [ ]) -- 2.50.1