initial version
[m6w6/ext-propro] / config.m4
1 PHP_ARG_ENABLE(propro, whether to enable property proxy support,
2 [ --enable-propro Enable property proxy support])
3
4 if test "$PHP_PROPRO" != "no"; then
5 PHP_NEW_EXTENSION(propro, php_propro.c, $ext_shared)
6 fi