Enable it for real.

This commit is contained in:
foobar 2001-12-10 00:38:18 +00:00
parent 70ea4df4af
commit 1066633281

View 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, [ ])