summaryrefslogtreecommitdiffstats
path: root/c++/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-07-03 15:38:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-07-03 15:38:02 (GMT)
commitf1816a8c47f72d653c060634ef37bf76e6469b03 (patch)
treea288a8a23e0702b1fef4663f9735aacac16ff7ea /c++/configure
parentc5b2fb2a87c7c2cfb5c45685faf670655bbe7d29 (diff)
downloadhdf5-f1816a8c47f72d653c060634ef37bf76e6469b03.zip
hdf5-f1816a8c47f72d653c060634ef37bf76e6469b03.tar.gz
hdf5-f1816a8c47f72d653c060634ef37bf76e6469b03.tar.bz2
[svn-r7147] Purpose:
Changed enable-production as the default for release. Platforms tested: Only in eirene using pgcc and pgCC. Did not use h5committest since the change is trivial and Elena will test it at once. :-) Misc. update:
Diffstat (limited to 'c++/configure')
-rwxr-xr-xc++/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/configure b/c++/configure
index 7aa223f..78e4a3a 100755
--- a/c++/configure
+++ b/c++/configure
@@ -7749,7 +7749,7 @@ if test "${enable_production+set}" = set; then
fi;
case "X-$enable_production" in
- X-yes)
+ X-|X-yes)
echo "$as_me:$LINENO: result: \"production\"" >&5
echo "${ECHO_T}\"production\"" >&6
@@ -7777,7 +7777,7 @@ echo "${ECHO_T}\"production\"" >&6
CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
;;
- X-|X-no)
+ X-no)
echo "$as_me:$LINENO: result: \"development\"" >&5
echo "${ECHO_T}\"development\"" >&6
CONFIG_MODE=development