diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-10-13 18:42:45 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-10-13 18:42:45 (GMT) |
commit | dc51c5093bfa04294f05334dc6cf0e80e7e9086e (patch) | |
tree | 3bfb5166b52cf1a73ff2bf0648b431aa7381ae08 /fortran/configure | |
parent | 80a2e207f858d7c55855d0521acb5748b48605be (diff) | |
download | hdf5-dc51c5093bfa04294f05334dc6cf0e80e7e9086e.zip hdf5-dc51c5093bfa04294f05334dc6cf0e80e7e9086e.tar.gz hdf5-dc51c5093bfa04294f05334dc6cf0e80e7e9086e.tar.bz2 |
[svn-r7609] Purpose:
Update
Description:
Changed default to "production" mode instead of "development" mode.
Platforms tested:
Linux. Simple fix.
Misc. update:
Diffstat (limited to 'fortran/configure')
-rwxr-xr-x | fortran/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/configure b/fortran/configure index 000f80a..4dab7f9 100755 --- a/fortran/configure +++ b/fortran/configure @@ -7241,7 +7241,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 @@ -7259,7 +7259,7 @@ echo "${ECHO_T}\"production\"" >&6 CFLAGS="$CFLAGS $PROD_CFLAGS" CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS" ;; - X-|X-no) + X-no) echo "$as_me:$LINENO: result: \"development\"" >&5 echo "${ECHO_T}\"development\"" >&6 CONFIG_MODE=development |