X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=1fa05fdfe4106e1f070ab9f417d8c0da49cfc4a4;hp=6d5c659513aa2fc7e806d791cf87ea8ee914e35d;hb=e487ea875fb467142eb646c8efadcada30d4e846;hpb=1e351c10303ffb6084e6a01eb843409c69f390c2 diff --git a/configure.ac b/configure.ac index 6d5c659..1fa05fd 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.76 2007-05-01 12:35:17 adam Exp $ +dnl $Id: configure.ac,v 1.82 2007-05-31 08:01:30 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.0],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.5],[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;