From: Adam Dickmeiss Date: Thu, 29 Apr 2010 08:12:44 +0000 (+0200) Subject: yaz-config: List SSL libs for static mode X-Git-Tag: v4.0.6~9 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4a140e0b8cdecd8e80eec749153e8c4defe56436 yaz-config: List SSL libs for static mode The static mode is for apps that don't use Libtool. --- diff --git a/yaz-config.in b/yaz-config.in index 9898cb0..93e168f 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -104,7 +104,7 @@ if test "$lib_icu" = "yes"; then lyaz="-lyaz_icu $lyaz" fi -if test "$lib_ssl" = "yes"; then +if test "$lib_ssl" = "yes" -o "$lib_static" = "yes"; then LIBS="${SSL_LIBS} $LIBS" fi