fixed a typo in configure.in

This commit is contained in:
SJ 2012-11-02 12:12:58 +01:00
parent 34d083b1ba
commit 0d21858c96
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -3504,7 +3504,7 @@ fi
if test "${enable_tcpwrappers+set}" = set; then :
enableval=$enable_tcpwrappers; want_tcpwrappers=$enableval
else
want_tcpwrappers"no"
want_tcpwrappers="no"
fi

View File

@ -106,7 +106,7 @@ AC_ARG_ENABLE(starttls,
AC_ARG_ENABLE(tcpwrappers,
[ --enable-tcpwrappers build tcpwrappers support], want_tcpwrappers=$enableval, want_tcpwrappers"no")
[ --enable-tcpwrappers build tcpwrappers support], want_tcpwrappers=$enableval, want_tcpwrappers="no")
if test "$want_tcpwrappers" = "yes"; then