Make ssl_check_error static and define ssl_type always.
[yaz-moved-to-github.git] / yaz-config.in
index 9931978..4c0353a 100644 (file)
@@ -15,7 +15,7 @@ PTHREAD_LIBS="@PTHREAD_LIBS@"
 PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
 ICU_LIBS="@ICU_LIBS@"
 ICU_CPPFLAGS="@ICU_CPPFLAGS@"
-
+SSL_LIBS="@SSL_LIBS@"
 yazextralibs="@LIBS@"
 YAZVERSION=@VERSION@
 
@@ -31,7 +31,7 @@ Options:
        [--cflags]
        [--comp]
 Libraries:
-       threads
+       threads icu server
 EOF
        exit $1
 }
@@ -110,7 +110,7 @@ if test "$yaz_echo_source" = "yes"; then
     else
         YAZLIB="-L${yaz_build_root}/src/.libs $lyaz"
     fi
-    YAZLIB="$YAZLIB $yazextralibs"
+    YAZLIB="$YAZLIB ${SSL_LIBS} $yazextralibs"
 
     YAZLALIB="${yaz_build_root}/src/libyaz.la"
     if test "$lib_server" = "yes"; then