diff --git a/aclocal.m4 b/aclocal.m4 index 3afe163c9..1dfbc0de6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -229,7 +229,10 @@ if test -n "$UNAMEPROG"; then if test "$OS" = `$UNAMEPROG -n`; then # evil hack for ISC unix (svr4) if test "`$UNAMEPROG -m`" = "i386"; then - OS="isc" + case "`$UNAMEPROG -X`" in + "/"* | "uname"*) OS="isc" ;; + *) OS="sco" ;; + esac else OS=`$UNAMEPROG -v` fi