fix config.w32 for phpize mode
[m6w6/ext-raphf] / config.w32
1
2
3 ARG_ENABLE("raphf", "for raphf support", "no");
4
5 if (PHP_RAPHF == "yes") {
6 EXTENSION("raphf", "php_raphf.c");
7
8 AC_DEFINE("HAVE_RAPHF", 1);
9 PHP_INSTALL_HEADERS("ext/raphf", "php_raphf.h");
10 }