diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20010508 | ||
2 | - (bal) Fixed configure test for USE_SIA. | ||
3 | |||
1 | 20010506 | 4 | 20010506 |
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 | ||
3 | AC_INIT(ssh.c) | 3 | AC_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) |