diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |