summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-01-05 23:24:27 +0000
committerKevin Steves <stevesk@pobox.com>2002-01-05 23:24:27 +0000
commit0bd4b34c9b76ed5a4cbff74dde09ae0112aefcce (patch)
tree96e4255bd97ba730e4d2ba9615caa659ccf9772e
parent381d8d9d89d5e4da1853fc0b949fb66518780689 (diff)
- (stevesk) fix spurious ; from NCR change.
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cadbee2b8..babd105c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120020105 120020105
2 - (bal) NCR requies use_pipes to operate correctly. 2 - (bal) NCR requies use_pipes to operate correctly.
3 - (stevesk) fix spurious ; from NCR change.
3 4
420020103 520020103
5 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from 6 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
@@ -7121,4 +7122,4 @@
7121 - Wrote replacements for strlcpy and mkdtemp 7122 - Wrote replacements for strlcpy and mkdtemp
7122 - Released 1.0pre1 7123 - Released 1.0pre1
7123 7124
7124$Id: ChangeLog,v 1.1715 2002/01/05 17:15:30 mouring Exp $ 7125$Id: ChangeLog,v 1.1716 2002/01/05 23:24:27 stevesk Exp $
diff --git a/configure.ac b/configure.ac
index d2207e313..ec0274e70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $ 1i# $Id: configure.ac,v 1.9 2002/01/05 23:24:28 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -184,7 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
184 LDFLAGS="$LDFLAGS -L/usr/local/lib" 184 LDFLAGS="$LDFLAGS -L/usr/local/lib"
185 LIBS="$LIBS -lc89" 185 LIBS="$LIBS -lc89"
186 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) 186 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
187 AC_DEFINE(USE_PIPES); 187 AC_DEFINE(USE_PIPES)
188 ;; 188 ;;
189*-sni-sysv*) 189*-sni-sysv*)
190 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 190 CPPFLAGS="$CPPFLAGS -I/usr/local/include"