mirror of
https://github.com/php/pecl-php-operator.git
synced 2026-04-23 23:08:09 +02:00
10 lines
281 B
Plaintext
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
|