summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-05-28 21:05:56 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-05-28 21:05:56 (GMT)
commit0844b48690d92783907b72e8504b432ad6d0b7c0 (patch)
treea3ff2d0e52dbeca2b5fa3814fdb15648c6888f00 /configure
parente4246519c9d59a5f837f2b1009471533b729b778 (diff)
downloadhdf5-0844b48690d92783907b72e8504b432ad6d0b7c0.zip
hdf5-0844b48690d92783907b72e8504b432ad6d0b7c0.tar.gz
hdf5-0844b48690d92783907b72e8504b432ad6d0b7c0.tar.bz2
[svn-r18923] Changed v1.8 default setting to --disable-production.
Tested: h5committest plus jam (serial) tested.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index e1c81a3..c0e4068 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 18836 2010-05-17 22:23:23Z lrknox .
+# From configure.in Id: configure.in 18841 2010-05-18 15:26:01Z mamcgree .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for HDF5 1.8.5-snap0.
#
@@ -20664,7 +20664,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; }
@@ -20674,7 +20674,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; }