X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=1ee89fbcfd0495285a1137dc97b7046439c94860;hp=edd00c2d64d30b81d08d70e245c6deced7b44556;hb=6ce7e4adc2de42e4b422558985468547c5a4423f;hpb=3a97efa8f888c8f5a5e36ad9ca004b55e0cca2c6 diff --git a/configure.ac b/configure.ac index edd00c2..1ee89fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2008 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.29],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.37],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -131,7 +131,7 @@ if test "$gnutls" != "no" -a "$sslver" = "no"; then if test -x $gnutls/bin/pkg-config; then if $gnutls/bin/pkg-config --exists gnutls; then SSL_CFLAGS=`$gnutls/bin/pkg-config --cflags gnutls` - SSL_LIBS="`$gnutls/bin/pkg-config --libs gnutls` -lgnutls-openssl" + SSL_LIBS="`$gnutls/bin/pkg-config --libs gnutls`" gnutlsver=`$gnutls/bin/pkg-config --modversion gnutls` fi fi @@ -139,7 +139,7 @@ if test "$gnutls" != "no" -a "$sslver" = "no"; then if test "$pkgconfigpath" != "NONE"; then if $pkgconfigpath --exists gnutls; then SSL_CFLAGS=`$pkgconfigpath --cflags gnutls` - SSL_LIBS="`$pkgconfigpath --libs gnutls` -lgnutls-openssl" + SSL_LIBS="`$pkgconfigpath --libs gnutls`" gnutlsver=`$pkgconfigpath --modversion gnutls` fi fi