php-src/ext/overload/config.m4
2001-12-10 00:38:18 +00:00

12 lines
294 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(overload,whether to enable 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, [ ])
PHP_EXTENSION(overload, $ext_shared)
fi