Files
T
Sara Golemon b8a4e1b28c Initial Commit
2006-01-12 05:52:15 +00:00

10 lines
281 B
Plaintext

dnl $Id$
dnl config.m4 for extension operators
PHP_ARG_ENABLE(operator, whether to enable operator overload support,
[ --enable-operator Enable operator overload support])
if test "$PHP_OPERATOR" != "no"; then
PHP_NEW_EXTENSION(operator, operator.c, $ext_shared)
fi