- (stevesk) fix spurious ; from NCR change.

This commit is contained in:
Kevin Steves 2002-01-05 23:24:27 +00:00
parent 381d8d9d89
commit 0bd4b34c9b
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
20020105
- (bal) NCR requies use_pipes to operate correctly.
- (stevesk) fix spurious ; from NCR change.
20020103
- (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
@ -7121,4 +7122,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1715 2002/01/05 17:15:30 mouring Exp $
$Id: ChangeLog,v 1.1716 2002/01/05 23:24:27 stevesk Exp $

View File

@ -1,4 +1,4 @@
i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
i# $Id: configure.ac,v 1.9 2002/01/05 23:24:28 stevesk Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -184,7 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89"
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(USE_PIPES);
AC_DEFINE(USE_PIPES)
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"