summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
commit1f1ac904ad19c2dc12203a43de8dd8b90a9cfa96 (patch)
tree39483b33fc1ddf221eb05cadeab12b8a00b8e5b5 /configure.ac
parentf38ba20df530935c085eee2011f5d6693b79b806 (diff)
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
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)