support for php5.6.30
[php-ancillary.git] / config.m4
1 PHP_ARG_ENABLE(ancillary, whether to enable my extension,
2 [ --enable-my-extension   Enable my extension])
3  
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)
7 fi