]> granicus.if.org Git - php/commitdiff
MFH:
authorFelipe Pena <felipe@php.net>
Fri, 7 Nov 2008 21:14:46 +0000 (21:14 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 7 Nov 2008 21:14:46 +0000 (21:14 +0000)
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
  Noticed by: jd at cpanel dot net

ext/curl/config.m4

index 97cd65271857c1aed58c20a31599b95125c2e97f..9452b9cd55d49b4f481f19dffb81e513572a2206 100644 (file)
@@ -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])
     ])
    ], [