summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d11c519df..45df18f6d 100644
--- a/configure.in
+++ b/configure.in
@@ -662,6 +662,15 @@ AC_ARG_WITH(default-path,
662 ] 662 ]
663) 663)
664 664
665AC_ARG_WITH(ipv4-default,
666 [ --with-ipv4-default Use IPv4 by connections unless '-6' specified],
667 [
668 if test "x$withval" != "xno" ; then
669 AC_DEFINE(IPV4_DEFAULT)
670 fi
671 ]
672)
673
665piddir=/var/run 674piddir=/var/run
666AC_ARG_WITH(pid-dir, 675AC_ARG_WITH(pid-dir,
667 [ --with-pid-dir=PATH Specify location of ssh.pid file], 676 [ --with-pid-dir=PATH Specify location of ssh.pid file],