summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parentf278613f5e3f6d3577a21004c09ef4a2f720bbb5 (diff)
- (bal) Fixed configure test for USE_SIA.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e35d757c..e0e45ee8 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.283 2001/05/07 12:54:26 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)