diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-08-23 22:36:09 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-08-23 22:36:09 (GMT) |
commit | 5aa22d04da4b4e3bf522effa38462f524e14a831 (patch) | |
tree | 1f1d2fa6cb26b1222f8c5b04072ca2f9057ae771 | |
parent | dfd8d5c9fea6f4abcf3752f20e580a0678f0ecb3 (diff) | |
download | hdf5-5aa22d04da4b4e3bf522effa38462f524e14a831.zip hdf5-5aa22d04da4b4e3bf522effa38462f524e14a831.tar.gz hdf5-5aa22d04da4b4e3bf522effa38462f524e14a831.tar.bz2 |
[svn-r21305] Back out change in configure to match Dana's configure.in change that he backed out. This matches the previous version which passed the last passing hourly test.
-rwxr-xr-x | configure | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 21275 2011-08-21 03:17:37Z brtnfld . +# From configure.in Id: configure.in 21304 2011-08-23 21:37:00Z derobins . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.9.89. # @@ -6337,19 +6337,20 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if Fortran compiler supports ISO_C_BINDING module" >&5 $as_echo_n "checking if Fortran compiler supports ISO_C_BINDING module... " >&6; } - cat > conftest.$ac_ext <<_ACEOF program main -USE iso_c_binding + + USE iso_c_binding + end _ACEOF if ac_fn_fc_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } HAVE_ISO_C_BINDING="yes" +$as_echo "yes" >&6; } + HAVE_ISO_C_BINDING="yes" else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |