php-src/ext/skeleton/config.m4.in
2017-08-11 15:42:47 +02:00

8 lines
292 B
Plaintext

PHP_ARG_ENABLE(%EXTNAME%, whether to enable %EXTNAME% support,
[ --enable-%EXTNAME% Enable %EXTNAME% support], no)
if test "$PHP_%EXTNAMECAPS%" != "no"; then
AC_DEFINE(HAVE_%EXTNAMECAPS%, 1, [ Have %EXTNAME% support ])
PHP_NEW_EXTENSION(%EXTNAME%, %EXTNAME%.c, $ext_shared)
fi