Merge branch 'R_1_1'
[m6w6/ext-raphf] / config.m4
1 PHP_ARG_ENABLE(raphf, whether to enable raphf support,
2 [ --enable-raphf Enable resource and persistent handles factory support])
3
4 if test "$PHP_RAPHF" != "no"; then
5 PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h php_raphf_api.h)
6 PHP_NEW_EXTENSION(raphf, php_raphf.c, $ext_shared)
7 fi