changeset 365:8c7677b435ad

[project @ 1994-02-12 23:17:45 by jwe]
author jwe
date Sat, 12 Feb 1994 23:17:45 +0000
parents 75bceb0e592f
children 4fbd4bc7f888
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Feb 12 22:47:39 1994 +0000
+++ b/configure.in	Sat Feb 12 23:17:45 1994 +0000
@@ -156,10 +156,10 @@
 # Put fc last to avoid confusion with some vendor's /bin/sh fc
 # builtin.
 #
-#    g77 : GNU Fortran (someday...)
 #    xlf : IBM / AIX
 #   cf77 : Cray / Unicos
 #     fc : Convex
+#    g77 : GNU Fortran (someday...)
 #
 # I don't think the Cray compiler will ever work like f2c...
 
@@ -167,7 +167,7 @@
   true
 else
   F77=
-  AC_PROGRAMS_CHECK(F77, g77 xlf cf77 f77 fc)dnl
+  AC_PROGRAMS_CHECK(F77, xlf cf77 f77 fc g77)dnl
 
   # If it looks like we have a Fortran compiler, try to determine
   # whether it might be compatible with f2c.