Skip to content
Snippets Groups Projects
Commit d6d60ef1 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

configure: Automatially detect cfortran.h flag for flang.

parent 14d364a9
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ AC_DEFUN([_ACX_FIND_CFORTRAN_DEF],
[AS_VAR_SET([acx_cf_flag],[-DNAGf90Fortran])],
[*GNU\ Fortran*g77*],
[AS_VAR_SET([acx_cf_flag],[-Dg77Fortran])],
[*GNU\ Fortran*],
[*GNU\ Fortran*|flang*version*],
[dnl assume gfortran
dnl check if compiling with f2c bindings or with default bindings
AS_CASE([" $acx_FCFLAGS "],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment