php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #75403
Patch curlconfig.diff revision 2017-10-19 00:28 UTC by iggyvolz at gmail dot com

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"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 03:01:30 2024 UTC