X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=config.m4;h=c79697465de75cb1c1a15a631dbc23fd1ec98923;hp=7b68eba1848ad1cddc30a52e5df06c615e5ecb8d;hb=f6f642fe8923885b0ad25ca97be20a72fc9a539c;hpb=216a8cea4f9fb1424acafe98701d4ae09da4c02d diff --git a/config.m4 b/config.m4 index 7b68eba..c796974 100644 --- a/config.m4 +++ b/config.m4 @@ -1,8 +1,7 @@ PHP_ARG_ENABLE(raphf, whether to enable raphf support, -[ --enable-raphf Enable raphf support]) +[ --enable-raphf Enable resource and persistent handles factory support]) if test "$PHP_RAPHF" != "no"; then - dnl PHP_SUBST(RAPHF_SHARED_LIBADD) PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h) PHP_NEW_EXTENSION(raphf, php_raphf.c, $ext_shared) fi