diff -ur yaz-2.0.19.orig/configure.in yaz-2.0.19/configure.in --- yaz-2.0.19.orig/configure.in 2004-03-29 12:13:07.000000000 -0800 +++ yaz-2.0.19/configure.in 2004-04-16 18:28:09.700767448 -0700 @@ -275,7 +275,7 @@ 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