From 2be518b826d592c2012dadf0ae7f17a0df47a949 Mon Sep 17 00:00:00 2001 From: gstaples Date: Thu, 13 Jul 2006 22:53:31 +0000 Subject: [PATCH] Report the correct unsupported OS git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@63 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- configure | 3 +-- configure.ac | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configure b/configure index ba5b9ef..a1e31c8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 76940b2..4d898ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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)