X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.in;h=5f5d9d603f9bb0995c23bd745e2f755951cc4abf;hp=17133fd4ef5de750d71d6a190ce2272a62248def;hb=8dc67a9430644549801c18ec7e3a725e5a4ef782;hpb=433cdda34f42f164b599d34d922a7cf83c5f030b diff --git a/configure.in b/configure.in index 17133fd..5f5d9d6 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2004 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.127 2004-02-16 18:28:18 adam Exp $ +dnl $Id: configure.in,v 1.136 2004-04-17 08:24:03 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0.12) +AM_INIT_AUTOMAKE(yaz, 2.0.19) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) @@ -139,7 +139,7 @@ if test "$openssl" != "no"; then AC_CHECK_HEADER(openssl/ssl.h,[sslver=yes]) fi if test "$sslver" = "yes"; then - SSL_LIBS="$SSL_LIBS -lssl" + SSL_LIBS="-lssl $SSL_LIBS" fi fi if test "$sslver" != "no"; then @@ -275,7 +275,7 @@ AC_DEFINE_UNQUOTED(YAZ_SOCKLEN_T,$ac_cv_check_socklen_t) dnl dnl ------ tcpd AC_ARG_ENABLE(tcpd,[ --enable-tcpd[=PREFIX] enable TCP wrapper for server if available]) -if test "$enable_tcpd" != ""; then +if test "$enable_tcpd" != "" && test "$enable_tcpd" != "no"; then oldLibs=$LIBS oldCPPFLAGS=$CPPFLAGS if test "$enable_tcpd" != "yes"; then