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 5fe50e56b..c7223c7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.89 2002/09/26 00:38:47 tim Exp $ 1# $Id: configure.ac,v 1.90 2002/10/04 23:54:55 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -330,6 +330,7 @@ mips-sony-bsd|mips-sony-newsos4)
330 AC_MSG_RESULT(no) 330 AC_MSG_RESULT(no)
331 fi 331 fi
332 fi 332 fi
333 AC_DEFINE(DISABLE_FD_PASSING)
333 ;; 334 ;;
334 335
335*-*-nto-qnx) 336*-*-nto-qnx)