X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=e3401b516029aa6837668ee13f763ee6a2b72482;hp=d06aa3f6ca2097bc67f7b16a73f07f18ca529468;hb=b587077029cfd30b2daf4f4d519f69c37fae1841;hpb=cf4b3590c1439ae0c70c7819f67308799b75ad1f diff --git a/config.w32 b/config.w32 index d06aa3f..e3401b5 100644 --- a/config.w32 +++ b/config.w32 @@ -12,7 +12,7 @@ if (PHP_HTTP != "no") { CHECK_LIB("libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("zlib.lib", "http", PHP_HTTP) && CHECK_LIB("winmm.lib", "http", PHP_HTTP)) { - AC_DEFINE('HAVE_CURL', 1, 'Have CURL library'); + AC_DEFINE("HTTP_HAVE_CURL", 1, "Have CURL library"); } else { WARNING("curl convenience functions not enabled; libraries and headers not found"); }