summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parent34c1ca89db3557a7c9f4ed7a63df547cd722be10 (diff)
downloadhdf5-c8499b192638da0f0eef9544d830f0df959cc76f.zip
hdf5-c8499b192638da0f0eef9544d830f0df959cc76f.tar.gz
hdf5-c8499b192638da0f0eef9544d830f0df959cc76f.tar.bz2
Reset default build mode to enable-production=no.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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