Report the correct unsupported OS

git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@63 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
gstaples 2006-07-13 22:53:31 +00:00
parent 26c6561aae
commit 2be518b826
2 changed files with 2 additions and 4 deletions

3
configure vendored
View File

@ -2251,10 +2251,9 @@ elif test "$OS" = "OSF1"; then
OS="OSF"
else
OPSYS="LINUX"
OS="LINUX"
{ echo "$as_me:$LINENO: WARNING: Unsupported OS: $OS, attempting build with OPSYS=$OPSYS" >&5
echo "$as_me: WARNING: Unsupported OS: $OS, attempting build with OPSYS=$OPSYS" >&2;}
OS="LINUX"
fi

View File

@ -70,9 +70,8 @@ elif test "$OS" = "OSF1"; then
OS="OSF"
else
OPSYS="LINUX"
OS="LINUX"
AC_MSG_WARN([Unsupported OS: $OS, attempting build with OPSYS=$OPSYS])
OS="LINUX"
fi
AC_SUBST(OPSYS)
AC_SUBST(OS)