summaryrefslogtreecommitdiff
path: root/ext/overload/config.m4
blob: a523c0e5ca0533dbab93c9501d39316a70068a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
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