This trivial patch is needed so that --with-tcp-wrappers gets setup correctly in configure. Craig ------------------------------------------------------------ --- configure.in.orig Sat Nov 20 12:33:49 1999 +++ configure.in Sat Nov 20 12:34:02 1999 @@ -209,7 +209,7 @@ ) dnl Check whether user wants TCP wrappers support -AC_ARG_WITH(skey, +AC_ARG_WITH(tcp-wrappers, [ --with-tcp-wrappers Enable tcpwrappers support], [ AC_DEFINE(LIBWRAP)