diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 21315 2011-08-25 22:02:21Z derobins . +# From configure.in Id: configure.in 21329 2011-08-28 14:29:14Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.9.90. # @@ -6434,6 +6434,12 @@ $as_echo_n "checking if Fortran compiler version compatible with Fortran 2003 HD fi fi fi + + if test "X$HAVE_FORTRAN_2003" = "Xno"; then + echo $HAVE_FORTRAN_2003 + as_fn_error $? "Failed to find a supported F2003 compiler; remove --enable-fortran2003" "$LINENO" 5 + fi + fi fi |