fixed a typo

This commit is contained in:
Todd C. Miller
1995-04-13 17:35:27 +00:00
parent 52b6b6965b
commit b4f1460d61

2
aclocal.m4 vendored
View File

@@ -168,7 +168,7 @@ if test -n "$UNAMEPROG"; 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