From: Felipe Pena Date: Fri, 7 Nov 2008 21:14:46 +0000 (+0000) Subject: MFH: X-Git-Tag: BEFORE_NS_RULES_CHANGE~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4390f3e460d9f08692bc7117f96485cdb89f8f0;p=php MFH: - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment) Noticed by: jd at cpanel dot net --- diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 97cd652718..9452b9cd55 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -75,7 +75,7 @@ if test "$PHP_CURL" != "no"; then } ],[ AC_MSG_RESULT([yes]) - AC_CHECK_HEADER([openssl/crypto.h], [ + AC_CHECK_HEADERS([openssl/crypto.h], [ AC_DEFINE([HAVE_CURL_OPENSSL], [1], [Have cURL with OpenSSL support]) ]) ], [