summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 2045c5b..e4cf8c1 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 14290 2007-11-26 18:31:24Z epourmal .
+# From configure.in Id: configure.in 14402 2008-01-13 06:37:00Z koziol .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-rc1.
#
@@ -22561,7 +22561,7 @@ fi
case "X-$enable_production" in
- X-yes)
+ X-|X-yes)
enable_production="yes"
{ echo "$as_me:$LINENO: result: production" >&5
echo "${ECHO_T}production" >&6; }
@@ -22602,7 +22602,7 @@ echo "${ECHO_T}production" >&6; }
H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS"
H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS"
;;
- X-|X-no)
+ X-no)
enable_production="no"
{ echo "$as_me:$LINENO: result: development" >&5
echo "${ECHO_T}development" >&6; }