From: Rasmus Lerdorf Date: Fri, 30 Jun 2006 11:13:44 +0000 (+0000) Subject: A bit of a Yahoo'ism, but it makes adding pecl/http to our automatic pecl X-Git-Tag: RELEASE_1_1_0~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=92827ba47e695a7893764db8802726514c84f06a A bit of a Yahoo'ism, but it makes adding pecl/http to our automatic pecl extension builds so much easier. I hope you don't mind. It shouldn't break anything elsewhere. --- diff --git a/config9.m4 b/config9.m4 index 09e31c5..67d47a0 100644 --- a/config9.m4 +++ b/config9.m4 @@ -181,7 +181,7 @@ dnl ---- AC_MSG_CHECKING([for SSL library used]) CURL_SSL_FLAVOUR= for i in $CURL_LIBS; do - if test "$i" = "-lssl"; then + if test "$i" = "-lssl" -o "$i" = "-lssl_unversion"; then CURL_SSL_FLAVOUR="openssl" AC_MSG_RESULT([openssl]) AC_DEFINE([HTTP_HAVE_OPENSSL], [1], [ ])