summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f58637d..4734a60 100755
--- a/configure
+++ b/configure
@@ -22391,7 +22391,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; }
@@ -22401,7 +22401,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; }