From c8499b192638da0f0eef9544d830f0df959cc76f Mon Sep 17 00:00:00 2001 From: lrknox Date: Thu, 8 Jun 2017 10:28:18 -0500 Subject: Reset default build mode to enable-production=no. --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index f58637d..4734a60 100755 --- a/configure +++ b/configure @@ -22391,7 +22391,7 @@ fi case "X-$enable_production" in - X-|X-yes) + X-yes) enable_production="yes" { $as_echo "$as_me:${as_lineno-$LINENO}: result: production" >&5 $as_echo "production" >&6; } @@ -22401,7 +22401,7 @@ $as_echo "production" >&6; } H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS" H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS" ;; - X-no) + X-|X-no) enable_production="no" { $as_echo "$as_me:${as_lineno-$LINENO}: result: development" >&5 $as_echo "development" >&6; } diff --git a/configure.ac b/configure.ac index dc2265f..72909d9 100644 --- a/configure.ac +++ b/configure.ac @@ -784,7 +784,7 @@ AC_ARG_ENABLE([production], [Determines how to run the compiler.])]) case "X-$enable_production" in - X-|X-yes) + X-yes) enable_production="yes" AC_MSG_RESULT([production]) CONFIG_MODE=production @@ -793,7 +793,7 @@ case "X-$enable_production" in H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS" H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS" ;; - X-no) + X-|X-no) enable_production="no" AC_MSG_RESULT([development]) CONFIG_MODE=development -- cgit v0.12