From: foobar Date: Mon, 10 Dec 2001 00:38:18 +0000 (+0000) Subject: Enable it for real. X-Git-Tag: ChangeLog~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1066633281c568b6b4ec1181f504d82753aa0775;p=php Enable it for real. --- diff --git a/ext/overload/config.m4 b/ext/overload/config.m4 index ad3ff2efcd..a523c0e5ca 100644 --- a/ext/overload/config.m4 +++ b/ext/overload/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support, -[ --disable-overload Disable user-space object overloading support.]) +[ --disable-overload Disable user-space object overloading support.], yes) if test "$PHP_OVERLOAD" != "no"; then AC_DEFINE(HAVE_OVERLOAD, 1, [ ])