X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;fp=config.w32;h=68bf7bc9bf9b6bb93dde9017f7ff0529e2ff45ba;hp=638273f26364a27f6572d056308a469be45cdffc;hb=fb5d0ef47f1f54dad0efa1f091324e3d7d18050b;hpb=1ec34f462819d4a10badd83d8493403b6c0c6e68 diff --git a/config.w32 b/config.w32 index 638273f..68bf7bc 100644 --- a/config.w32 +++ b/config.w32 @@ -79,7 +79,7 @@ if (PHP_HTTP != "no") { if ((f = check_for_pecl_ext("hash")) || (f = check_for_main_ext("hash"))) { ADD_FLAG("CFLAGS_HTTP", "/I"+ f); - AC_DEFINE("HTTP_HAVE_EXT_HASH", 1, ""); + AC_DEFINE("HTTP_HAVE_PHP_HASH_H", 1, ""); ADD_EXTENSION_DEP("http", "hash", true); } }