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:
parent
26c6561aae
commit
2be518b826
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user