summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-07 12:54:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-07 12:54:26 +0000
commit253effb61d3f7917549ee859fa93c9e4a1f15ede (patch)
tree93770c9c83c1580cb1272c4ebfc1daaedc36c46b
parentf278613f5e3f6d3577a21004c09ef4a2f720bbb5 (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 6e4e82b77..f028bb643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120010508
2 - (bal) Fixed configure test for USE_SIA.
3
120010506 420010506
2 - (djm) Update config.guess and config.sub with latest versions (from 5 - (djm) Update config.guess and config.sub with latest versions (from
3 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux. 6 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
@@ -5354,4 +5357,4 @@
5354 - Wrote replacements for strlcpy and mkdtemp 5357 - Wrote replacements for strlcpy and mkdtemp
5355 - Released 1.0pre1 5358 - Released 1.0pre1
5356 5359
5357$Id: ChangeLog,v 1.1204 2001/05/06 18:01:43 mouring Exp $ 5360$Id: ChangeLog,v 1.1205 2001/05/07 12:54:26 mouring Exp $
diff --git a/configure.in b/configure.in
index e35d757c5..e0e45ee8e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.282 2001/04/26 04:40:28 tim Exp $ 1# $Id: configure.in,v 1.283 2001/05/07 12:54:26 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -237,7 +237,7 @@ mips-sony-bsd|mips-sony-newsos4)
237 MANTYPE=man 237 MANTYPE=man
238 ;; 238 ;;
239*-dec-osf*) 239*-dec-osf*)
240 if test ! -z "USE_SIA" ; then 240 if test ! -z "$USE_SIA" ; then
241 AC_MSG_CHECKING(for Digital Unix Security Integration Architecture) 241 AC_MSG_CHECKING(for Digital Unix Security Integration Architecture)
242 if test -f /etc/sia/matrix.conf; then 242 if test -f /etc/sia/matrix.conf; then
243 AC_MSG_RESULT(yes) 243 AC_MSG_RESULT(yes)