From dc51c5093bfa04294f05334dc6cf0e80e7e9086e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 13 Oct 2003 13:42:45 -0500 Subject: [svn-r7609] Purpose: Update Description: Changed default to "production" mode instead of "development" mode. Platforms tested: Linux. Simple fix. Misc. update: --- fortran/configure | 4 ++-- fortran/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fortran/configure b/fortran/configure index 000f80a..4dab7f9 100755 --- a/fortran/configure +++ b/fortran/configure @@ -7241,7 +7241,7 @@ if test "${enable_production+set}" = set; then fi; case "X-$enable_production" in - X-yes) + X-|X-yes) echo "$as_me:$LINENO: result: \"production\"" >&5 echo "${ECHO_T}\"production\"" >&6 @@ -7259,7 +7259,7 @@ echo "${ECHO_T}\"production\"" >&6 CFLAGS="$CFLAGS $PROD_CFLAGS" CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS" ;; - X-|X-no) + X-no) echo "$as_me:$LINENO: result: \"development\"" >&5 echo "${ECHO_T}\"development\"" >&6 CONFIG_MODE=development diff --git a/fortran/configure.in b/fortran/configure.in index afdab1a..7ebcdc7 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -277,7 +277,7 @@ AC_ARG_ENABLE([production], [Determines how to run the compiler.])]) case "X-$enable_production" in - X-yes) + X-|X-yes) AC_MSG_RESULT("production") dnl Remove the "-g" flag from CFLAGS if it's in there. @@ -296,7 +296,7 @@ case "X-$enable_production" in CFLAGS="$CFLAGS $PROD_CFLAGS" CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS" ;; - X-|X-no) + X-no) AC_MSG_RESULT("development") CONFIG_MODE=development CFLAGS="$CFLAGS $DEBUG_CFLAGS" -- cgit v0.12