* attempt to fix snap-build
[m6w6/ext-http] / config.m4
index f50162716ff0d6b79fe54857858f0260409e4cd6..ae3f25812c96bb6ccd993865a9f2abb8194da6cd 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -47,7 +47,7 @@ dnl ----
 
                PHP_CHECK_LIBRARY(curl,curl_easy_init,
                [
-                       AC_DEFINE(HAVE_CURL,1,[Have CURL easy support])
+                       AC_DEFINE(HTTP_HAVE_CURL,1,[Have CURL easy support])
                ],[
                        AC_MSG_ERROR(There is something wrong with libcurl. Please check config.log for more information.)
                ],[