summaryrefslogtreecommitdiff
path: root/lib/make/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/configure')
-rwxr-xr-xlib/make/configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 8c4600b9..15b982cd 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -4508,6 +4508,15 @@ cat >> confdefs.h <<EOF
EOF
+# Set default Fortran compilers
+
+if test -z "$F90" ; then
+ F90="F90_NOT_SET"
+fi
+
+if test -z "$F77" ; then
+ F77="F77_NOT_SET"
+fi
@@ -4935,3 +4944,5 @@ chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+
+