mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(AC_FC_FREEFORM): Try -ffree-form too,
for the benefit of g77 3.2. Fix suggested by Steven G. Johnson.
This commit is contained in:
parent
eeb3cbd9a6
commit
1ecafc3dc7
@ -1147,7 +1147,7 @@ AC_DEFUN_ONCE([AC_FC_FREEFORM],
|
||||
[AC_LANG_PUSH(Fortran)dnl
|
||||
ac_cv_fc_freeform=unknown
|
||||
ac_fc_freeform_FCFLAGS_save=$FCFLAGS
|
||||
for ac_flag in none -free -freeform -qfree -Mfree -Mfreeform -FR; do
|
||||
for ac_flag in none -free -freeform -ffree-form -qfree -Mfree -Mfreeform -FR; do
|
||||
test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_freeform_FCFLAGS_save $ac_flag"
|
||||
AC_COMPILE_IFELSE([
|
||||
program freeform
|
||||
|
Loading…
Reference in New Issue
Block a user