Trivial configure.in patch

Craig J Copi cjc5 at po.cwru.edu
Sun Nov 21 04:37:54 EST 1999


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)






More information about the openssh-unix-dev mailing list