]> granicus.if.org Git - php/commitdiff
Enable it for real.
authorfoobar <sniper@php.net>
Mon, 10 Dec 2001 00:38:18 +0000 (00:38 +0000)
committerfoobar <sniper@php.net>
Mon, 10 Dec 2001 00:38:18 +0000 (00:38 +0000)
ext/overload/config.m4

index ad3ff2efcda4205d6fc81834a2b3e028a412f5b5..a523c0e5ca0533dbab93c9501d39316a70068a26 100644 (file)
@@ -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, [ ])