summaryrefslogtreecommitdiffstats
path: root/acsite.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acsite.m4')
-rw-r--r--acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acsite.m4 b/acsite.m4
index 46f69f9..9dbb496 100644
--- a/acsite.m4
+++ b/acsite.m4
@@ -24,7 +24,7 @@ dnl
dnl Check for a Fortran 9X compiler.
dnl
AC_DEFUN(AC_PROG_F9X,
-[AC_CHECK_PROGS(F9X, f90 pgf90 xlf90 f95 g95 xlf95)
+[AC_CHECK_PROGS(F9X, f90 pgf90 xlf90 f95 g95 xlf95 efc)
test -z "$F9X" && AC_MSG_ERROR([no acceptable f9X compiler found in \$PATH])
AC_PROG_F9X_WORKS