summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-06-08 15:28:18 (GMT)
committerlrknox <lrknox>2017-06-08 15:28:18 (GMT)
commitc8499b192638da0f0eef9544d830f0df959cc76f (patch)
tree02489e4ddcfdceb4f9eb795ee3067c0a73f45dc6
parent34c1ca89db3557a7c9f4ed7a63df547cd722be10 (diff)
downloadhdf5-c8499b192638da0f0eef9544d830f0df959cc76f.zip
hdf5-c8499b192638da0f0eef9544d830f0df959cc76f.tar.gz
hdf5-c8499b192638da0f0eef9544d830f0df959cc76f.tar.bz2
Reset default build mode to enable-production=no.
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac4
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