From 762104ede03f5ed71dadc77466aa1948531d8704 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 23 Jul 2002 00:00:05 +0000 Subject: [PATCH] - (bal) [configure.ac] Missing ;; from cray patch. --- ChangeLog | 3 ++- configure.ac | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4199bd21b..a249f0a45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ - (stevesk) [xmmap.c] missing prototype for fatal() - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. + - (bal) [configure.ac] Missing ;; from cray patch. 20020721 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's @@ -1414,4 +1415,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2389 2002/07/22 23:34:25 mouring Exp $ +$Id: ChangeLog,v 1.2390 2002/07/23 00:00:05 mouring Exp $ diff --git a/configure.ac b/configure.ac index c8aa7e184..25d72e6c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.83 2002/07/22 23:34:25 mouring Exp $ +# $Id: configure.ac,v 1.84 2002/07/23 00:00:06 mouring Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4) LDFLAGS="$LDFLAGS" LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" MANTYPE=cat + ;; *-*-unicos*) no_libsocket=1 no_libnsl=1