summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2aa2fac..499b428 100644
--- a/configure.in
+++ b/configure.in
@@ -620,6 +620,13 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
fi
fi
fi
+
+ dnl A valid F2003 compiler version was not found, return error message and exit
+ if test "X$HAVE_FORTRAN_2003" = "Xno"; then
+ echo $HAVE_FORTRAN_2003
+ AC_MSG_ERROR([Failed to find a supported F2003 compiler; remove --enable-fortran2003])
+ fi
+
fi
fi