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"
else
YAZLIB="-L${build_root}/src/.libs $YAZLIB"
fi
+ LIBS="${SSL_LIBS} $LIBS"
YAZLIB="$YAZLIB $LIBS"
YAZLALIB="${build_root}/src/libyaz.la"
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