From: Felipe Pena Date: Fri, 7 Nov 2008 21:11:26 +0000 (+0000) Subject: - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=428b2c790679662e044ebc22994eb5b0a9efc3a5;p=php - 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 6df2ff5fec..99d13fae2c 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]) ]) ], [