]> granicus.if.org Git - php/commitdiff
Escape newline on curl config.m4
authorRyan Volz <iggyvolz@gmail.com>
Thu, 19 Oct 2017 00:49:17 +0000 (20:49 -0400)
committerJoe Watkins <krakjoe@php.net>
Thu, 19 Oct 2017 10:39:54 +0000 (11:39 +0100)
ext/curl/config.m4

index d99c4335aee3dc261bc56a8a40e62742fef3d2de..a7c2238ae8e41e57a8e3c0140ea1791d36c204c7 100644 (file)
@@ -33,8 +33,8 @@ if test "$PHP_CURL" != "no"; then
   fi
 
   if test -z "$CURL_DIR"; then
-    AC_MSG_ERROR(Could not find cURL, please reinstall the libcurl distribution -
   easy.h should be in <curl-dir>/include/curl/)
+    AC_MSG_ERROR(Could not find cURL, please reinstall the libcurl distribution -dnl
+ easy.h should be in <curl-dir>/include/curl/)
   fi
 
   CURL_CONFIG="curl-config"