X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=03b9f347ad9d63bc510d3f304a07ba0ecd1b173f;hp=ef84621fcff9e0aa9997b46f2cb07254cf5b30b1;hb=d4fb090b5d0d63b8fc2a8060c9869e8fa86dcbb8;hpb=635995241e865409ad462e33b0208d3a8ebfb14d diff --git a/configure.ac b/configure.ac index ef84621..03b9f34 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.32],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.36],[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