summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 966f81265..de1c7f582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1i# $Id: configure.ac,v 1.12 2002/01/22 11:16:05 djm Exp $ 1i# $Id: configure.ac,v 1.13 2002/01/22 12:51:43 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -122,6 +122,7 @@ case "$host" in
122 check_for_libcrypt_later=1 122 check_for_libcrypt_later=1
123 AC_DEFINE(DONT_TRY_OTHER_AF) 123 AC_DEFINE(DONT_TRY_OTHER_AF)
124 AC_DEFINE(PAM_TTY_KLUDGE) 124 AC_DEFINE(PAM_TTY_KLUDGE)
125 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
125 inet6_default_4in6=yes 126 inet6_default_4in6=yes
126 ;; 127 ;;
127mips-sony-bsd|mips-sony-newsos4) 128mips-sony-bsd|mips-sony-newsos4)