hack to check for sco
This commit is contained in:
5
aclocal.m4
vendored
5
aclocal.m4
vendored
@@ -229,7 +229,10 @@ if test -n "$UNAMEPROG"; then
|
|||||||
if test "$OS" = `$UNAMEPROG -n`; then
|
if test "$OS" = `$UNAMEPROG -n`; then
|
||||||
# evil hack for ISC unix (svr4)
|
# evil hack for ISC unix (svr4)
|
||||||
if test "`$UNAMEPROG -m`" = "i386"; then
|
if test "`$UNAMEPROG -m`" = "i386"; then
|
||||||
OS="isc"
|
case "`$UNAMEPROG -X`" in
|
||||||
|
"/"* | "uname"*) OS="isc" ;;
|
||||||
|
*) OS="sco" ;;
|
||||||
|
esac
|
||||||
else
|
else
|
||||||
OS=`$UNAMEPROG -v`
|
OS=`$UNAMEPROG -v`
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user