summaryrefslogtreecommitdiff
blob: e500ba2f586d4e226730ceb8d06e8cc07508b8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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