From af36cbbcf9b721f2af8d7fd3f8bf5023f07cb3b0 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 18 Oct 2017 20:49:17 -0400 Subject: [PATCH] Escape newline on curl config.m4 --- ext/curl/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index d99c4335aee3d..a7c2238ae8e41 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -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 /include/curl/) + AC_MSG_ERROR(Could not find cURL, please reinstall the libcurl distribution -dnl + easy.h should be in /include/curl/) fi CURL_CONFIG="curl-config"