mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
fixed a typo in configure.in
This commit is contained in:
parent
34d083b1ba
commit
0d21858c96
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user