summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/silo/48-configure-f77.patch
blob: 2af6fae7f39633210772cf0a1d2c90155ea02719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure.ac b/configure.ac
index 94e2a8a..fd7fbad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,6 +578,7 @@ AC_PROG_CC
 AC_PROG_CPP
 if test -n "$FORTRAN"; then
     AC_PROG_FC
+    AC_PROG_F77
     AC_FC_LIBRARY_LDFLAGS
     AC_FC_WRAPPERS
 fi