From e7528cad6fe34ef04d94804163ff132a6e08a6d8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 14 Feb 2006 20:28:18 +0000 Subject: [PATCH] Remove AC_FC_SRCEXT(f95) because a) we don't have any files in the source tree that are named .f95, and b) it sets the future file extension for Fortran AC tests to be .f95. This is not a problem for gfortran, but other compilers (e.g., ifort) don't like that. This commit was SVN r9040. --- config/ompi_setup_f90.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/ompi_setup_f90.m4 b/config/ompi_setup_f90.m4 index 2a3ab2642d..7111c35a5b 100644 --- a/config/ompi_setup_f90.m4 +++ b/config/ompi_setup_f90.m4 @@ -1,6 +1,6 @@ dnl -*- shell-script -*- dnl -dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana +dnl Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana dnl University Research and Technology dnl Corporation. All rights reserved. dnl Copyright (c) 2004-2005 The University of Tennessee and The University @@ -119,7 +119,6 @@ AS_IF([test $OMPI_WANT_F90_BINDINGS -eq 1], [AC_LANG_PUSH(Fortran) AC_FC_SRCEXT(f) AC_FC_SRCEXT(f90) - AC_FC_SRCEXT(f95) AC_LANG_POP(Fortran)]) # All done -- save values