X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config9.m4;h=67d47a0fb707aa7d7c6c7f5b4b8161b123e11c2f;hb=92827ba47e695a7893764db8802726514c84f06a;hp=09e31c54158c5248dca4fc2bf7a8d93bb65050d5;hpb=2655b1c8838edb32ef8ac67376f123e8d613a9af;p=m6w6%2Fext-http 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], [ ])