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