- (bal) [configure.ac] Missing ;; from cray patch.

This commit is contained in:
Ben Lindstrom 2002-07-23 00:00:05 +00:00
parent 232ccf7754
commit 762104ede0
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- (stevesk) [xmmap.c] missing prototype for fatal() - (stevesk) [xmmap.c] missing prototype for fatal()
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
- (bal) [configure.ac] Missing ;; from cray patch.
20020721 20020721
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
@ -1414,4 +1415,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (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 $

View File

@ -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_INIT
AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_SRCDIR([ssh.c])
@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4)
LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS"
LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
MANTYPE=cat MANTYPE=cat
;;
*-*-unicos*) *-*-unicos*)
no_libsocket=1 no_libsocket=1
no_libnsl=1 no_libnsl=1