From b4f1460d618a2d10e283d65ce75e7f0e2a3be9a5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 13 Apr 1995 17:35:27 +0000 Subject: [PATCH] fixed a typo --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 0a4e3e5fc..b319bfd16 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -166,9 +166,9 @@ if test -n "$UNAMEPROG"; then # this is yucky but we want to make sure $OSREV is an int... OSREV=`$UNAMEPROG -r | $SEDPROG -e 's/^[[ \.0A-z]]*//' -e 's/\..*//'` - if test "$OS" = "SunOS" -a "$OSREV" -ge 5 ; then + if test "$OS" = "SunOS" -a "$OSREV" -ge 5; then OS="solaris" - elif test "$OS" = "UMIPS" + elif test "$OS" = "UMIPS"; then OS="riscos" fi else