From 92827ba47e695a7893764db8802726514c84f06a Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 30 Jun 2006 11:13:44 +0000 Subject: [PATCH] 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. --- config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], [ ]) -- 2.30.2