summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-23 00:00:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-23 00:00:05 +0000
commit762104ede03f5ed71dadc77466aa1948531d8704 (patch)
tree4b50914df1cb45c2dbfe8412cb6f071c2522a5b6
parent232ccf775459210ee79873d4411328bff6b8d66a (diff)
- (bal) [configure.ac] Missing ;; from cray patch.
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac3
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 @@
3 - (stevesk) [xmmap.c] missing prototype for fatal() 3 - (stevesk) [xmmap.c] missing prototype for fatal()
4 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync 4 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
5 with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. 5 with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
6 - (bal) [configure.ac] Missing ;; from cray patch.
6 7
720020721 820020721
8 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's 9 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
@@ -1414,4 +1415,4 @@
1414 - (stevesk) entropy.c: typo in debug message 1415 - (stevesk) entropy.c: typo in debug message
1415 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1416 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1416 1417
1417$Id: ChangeLog,v 1.2389 2002/07/22 23:34:25 mouring Exp $ 1418$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 @@
1# $Id: configure.ac,v 1.83 2002/07/22 23:34:25 mouring Exp $ 1# $Id: configure.ac,v 1.84 2002/07/23 00:00:06 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4)
287 LDFLAGS="$LDFLAGS" 287 LDFLAGS="$LDFLAGS"
288 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" 288 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
289 MANTYPE=cat 289 MANTYPE=cat
290 ;;
290*-*-unicos*) 291*-*-unicos*)
291 no_libsocket=1 292 no_libsocket=1
292 no_libnsl=1 293 no_libnsl=1