Possible compatibility problems with earlier versions marked with '*'.
+Fix --disable-tcpd to really disable tcpd. Patch by Robin H. Johnson.
+
--- 2.0.19 2004/03/30
Rename CHANGELOG to NEWS to follow GNU style packing.
dnl YAZ Toolkit, Index Data 1994-2004
dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.135 2004-03-29 20:13:07 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.19)
AM_MAINTAINER_MODE
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