Patch curlconfig.diff for Compile Failure Bug #75403
Patch version 2017-10-19 00:28 UTC
Return to Bug #75403 |
Download this patch
Patch Revisions:
Developer: iggyvolz@gmail.com
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4
index 9db0dec..8d42161 100644
--- a/ext/curl/config.m4
+++ b/ext/curl/config.m4
@@ -60,8 +60,8 @@ if test "$PHP_CURL" != "no"; then
if test -z "$CURL_DIR"; then
AC_MSG_RESULT(not found)
- AC_MSG_ERROR(Please reinstall the libcurl distribution -
- easy.h should be in <curl-dir>/include/curl/)
+ AC_MSG_ERROR(Please reinstall the libcurl distribution -dnl
+ easy.h should be in <curl-dir>/include/curl/)
fi
CURL_CONFIG="curl-config"
|