1 PHP_ARG_ENABLE(ancillary, whether to enable my extension,
2 [ --enable-my-extension Enable my extension])
4 if test "$PHP_ANCILLARY" = "yes"; then
5 AC_DEFINE(HAVE_ANCILLARY, 1, [Whether you have my extension])
6 PHP_NEW_EXTENSION(ancillary, php-ancillary.c, $ext_shared)