summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-07 12:59:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-07 12:59:19 +0000
commit3ea0c4d548683e7e120f0f77cc8ff0070d8dc713 (patch)
tree36f4662744e0923b2344f9f1c5531b045e48a663
parent6c7b75bc870823972bcdfddc6112a8e08d25e518 (diff)
- (bal) Fixed configure test for USE_SIA.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6df9b1e3..6e2b2f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010508
+ - (bal) Fixed configure test for USE_SIA.
+
20010506
- (djm) Update config.guess and config.sub with latest versions (from
ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
@@ -5287,4 +5290,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1179.2.9 2001/05/06 00:55:37 djm Exp $
+$Id: ChangeLog,v 1.1179.2.10 2001/05/07 12:59:19 mouring Exp $
diff --git a/configure.in b/configure.in
index e35d757c..4b54730f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.282 2001/04/26 04:40:28 tim Exp $
+# $Id: configure.in,v 1.282.2.1 2001/05/07 12:59:20 mouring Exp $
AC_INIT(ssh.c)
@@ -237,7 +237,7 @@ mips-sony-bsd|mips-sony-newsos4)
MANTYPE=man
;;
*-dec-osf*)
- if test ! -z "USE_SIA" ; then
+ if test ! -z "$USE_SIA" ; then
AC_MSG_CHECKING(for Digital Unix Security Integration Architecture)
if test -f /etc/sia/matrix.conf; then
AC_MSG_RESULT(yes)