X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=dc7d60e0494f74787712c0ee2ad6e8709d47ad54;hb=850094db17968d188737459af6e47c78059e6dc6;hp=1457ade98e64237fd563bf0c02d4512afde87b2b;hpb=9c75e92604fae1efd7137d085dd2281e7886345b;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index 1457ade..dc7d60e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.80 2007-05-21 12:18:25 adam Exp $ +dnl $Id: configure.ac,v 1.85 2007-06-25 18:41:13 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.4],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.8],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -295,7 +295,7 @@ if test "$enable_tcpd" -a "$enable_tcpd" != "no"; then CPPFLAGS="$CPPFLAGS -I$enable_tcpd/include" fi AC_MSG_CHECKING(for working tcpd.h) - LIBS="$LIBS -lwrap -lnsl" + LIBS="$LIBS -lwrap" AC_TRY_LINK([#include #include int allow_severity = LOG_INFO;