* enable overload extension by default

This commit is contained in:
Stig Bakken 2001-12-10 00:33:01 +00:00
parent 9b81440b76
commit 70ea4df4af

View File

@ -3,7 +3,7 @@ dnl $Id$
dnl dnl
PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support, PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support,
[ --enable-overload Enable user-space object overloading support.]) [ --disable-overload Disable user-space object overloading support.])
if test "$PHP_OVERLOAD" != "no"; then if test "$PHP_OVERLOAD" != "no"; then
AC_DEFINE(HAVE_OVERLOAD, 1, [ ]) AC_DEFINE(HAVE_OVERLOAD, 1, [ ])