X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=blobdiff_plain;f=config.m4;h=3b1297a0aeaf05de02627d7371c4bfba53b64b32;hp=06af4773cc2f5b5e8df7a0210d6ef4093e6cdb7c;hb=d57d6211de6376ef0ad7277ca6c7dac448427e68;hpb=9adb0865a7247e7299d0e8e675802782925253a2 diff --git a/config.m4 b/config.m4 index 06af477..3b1297a 100644 --- a/config.m4 +++ b/config.m4 @@ -61,6 +61,7 @@ if test "$PHP_ARES" != "no"; then if test $PHP_ARES_LIB = "unknown"; then AC_MSG_ERROR(could neither find libares nor libcares) elif test $PHP_ARES_LIB = "cares"; then + AC_DEFINE([PHP_ARES_CARES], [1], [ ]) AC_DEFINE_UNQUOTED([PHP_ARES_LIBNAME], "c-ares (CURL)", [ ]) AC_DEFINE([PHP_ARES_EXPAND_LEN_TYPE], [long], [ ]) else