diff options
| author | Felipe Pena <felipe@php.net> | 2008-11-07 21:11:26 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-11-07 21:11:26 +0000 |
| commit | 428b2c790679662e044ebc22994eb5b0a9efc3a5 (patch) | |
| tree | 0605482258fa61aaeac9ef2c20c857e53f9519bf /ext/curl | |
| parent | bf9dc86e1abedabec6f1deb110a6e49f41eb44a3 (diff) | |
| download | php-git-428b2c790679662e044ebc22994eb5b0a9efc3a5.tar.gz | |
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
Noticed by: jd at cpanel dot net
Diffstat (limited to 'ext/curl')
| -rw-r--r-- | ext/curl/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) ]) ], [ |
