summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-11-18 21:52:36 (GMT)
committerlrknox <lrknox>2016-11-18 21:52:36 (GMT)
commitb550fe9a3226632270110e36e82133d461f8f921 (patch)
treeabb90f2d8ff703548330f7cd341e0387110d714e /configure.ac
parent0fbd91aaf224a2de55594cdc929f93c92832da4f (diff)
parent6974764348a88590d1901f316f956893dfa223d8 (diff)
downloadhdf5-b550fe9a3226632270110e36e82133d461f8f921.zip
hdf5-b550fe9a3226632270110e36e82133d461f8f921.tar.gz
hdf5-b550fe9a3226632270110e36e82133d461f8f921.tar.bz2
Merge commit '6974764348a' into hdf5_1_8
(HDF5 1.8.18 release changes) Update HISTORY-1_8.txt and RELEASE.txt files.
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 78f725b..42295a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -787,7 +787,7 @@ AC_ARG_ENABLE([production],
[Determines how to run the compiler.])])
case "X-$enable_production" in
- X-yes)
+ X-|X-yes)
enable_production="yes"
AC_MSG_RESULT([production])
CONFIG_MODE=production
@@ -796,7 +796,7 @@ case "X-$enable_production" in
H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS"
H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS"
;;
- X-|X-no)
+ X-no)
enable_production="no"
AC_MSG_RESULT([development])
CONFIG_MODE=development