summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-01-15 14:32:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-01-15 14:32:19 (GMT)
commit1feea1cfc1942bcd6e99e083f0d317465579b15e (patch)
tree7cfabdc57ba9419eb63d40a88d370a74e66ee4d5 /configure.in
parentbe4ca1f67ec5e43806378913e280cc3ca4f9d5bc (diff)
downloadhdf5-1feea1cfc1942bcd6e99e083f0d317465579b15e.zip
hdf5-1feea1cfc1942bcd6e99e083f0d317465579b15e.tar.gz
hdf5-1feea1cfc1942bcd6e99e083f0d317465579b15e.tar.bz2
[svn-r14415] Changed default to enable-production to prepare for formal release.
Tested: kagiso only. Not need for h5committest since it is a configure simple change. If it works correct in kagiso, it should work the same for all other machines.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 361322e..1e09477 100644
--- a/configure.in
+++ b/configure.in
@@ -1011,7 +1011,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])
@@ -1053,7 +1053,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