php-src/ext/overload/config.m4
2001-11-30 19:00:13 +00:00

12 lines
288 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(overload,whether to enable user-space object overloading support,
[ --enable-overload Enable user-space object overloading support.])
if test "$PHP_OVERLOAD" != "no"; then
AC_DEFINE(HAVE_OVERLOAD, 1, [ ])
PHP_EXTENSION(overload, $ext_shared)
fi