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 6f4bdacc4..48a98d319 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.111.2.1 2003/03/21 00:51:35 mouring Exp $ 1# $Id: configure.ac,v 1.111.2.2 2003/03/21 01:15:18 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -331,6 +331,7 @@ mips-sony-bsd|mips-sony-newsos4)
331 AC_MSG_RESULT(yes) 331 AC_MSG_RESULT(yes)
332 AC_DEFINE(HAVE_OSF_SIA) 332 AC_DEFINE(HAVE_OSF_SIA)
333 AC_DEFINE(DISABLE_LOGIN) 333 AC_DEFINE(DISABLE_LOGIN)
334 AC_DEFINE(DISABLE_FD_PASSING)
334 LIBS="$LIBS -lsecurity -ldb -lm -laud" 335 LIBS="$LIBS -lsecurity -ldb -lm -laud"
335 else 336 else
336 AC_MSG_RESULT(no) 337 AC_MSG_RESULT(no)