X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=28274c65d48f9577ed385db97cd66bf7a6090f4a;hp=78fe61dabf6fa3940009cc4277a977dc74bbd9bf;hb=b111819a3d4c8dea01efe2c12ef21689ea0c21ed;hpb=3178894be28922a17125e31feff1010fcecc3128 diff --git a/yaz-config.in b/yaz-config.in index 78fe61d..28274c6 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,6 +1,7 @@ #!/bin/sh # This file is part of the YAZ toolkit. -# Copyright (C) 1995-2012 Index Data +# Copyright (C) Index Data +# See the file LICENSE for details. prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -113,19 +114,12 @@ if test "$lib_icu" = "yes"; then YAZLIB="-lyaz_icu $YAZLIB" fi -if test "$lib_ssl" = "yes"; then - LIBS="${SSL_LIBS} $LIBS" -fi - YAZINC="@YAZ_CONFIG_CFLAGS@" if test "$echo_source" = "yes"; then YAZBIN=${build_root}/bin if test "$lib_static" = "yes"; then - if test "$lib_ssl" != "yes"; then - LIBS="${SSL_LIBS} $LIBS" - fi YAZLIB="${build_root}/src/.libs/libyaz.a" if test "$lib_server" = "yes"; then YAZLIB="${build_root}/src/.libs/libyaz_server.a $YAZLIB" @@ -136,6 +130,7 @@ if test "$echo_source" = "yes"; then else YAZLIB="-L${build_root}/src/.libs $YAZLIB" fi + LIBS="${SSL_LIBS} $LIBS" YAZLIB="$YAZLIB $LIBS" YAZLALIB="${build_root}/src/libyaz.la" @@ -157,6 +152,9 @@ else if test "$prefix" != "/usr"; then YAZLIB="-L$libdir $YAZLIB" fi + if test "$lib_ssl" = "yes"; then + LIBS="${SSL_LIBS} $LIBS" + fi YAZLIB="$YAZLIB $LIBS" YAZLALIB=$YAZLIB if test "$prefix" != "/usr"; then