Skip to content
Snippets Groups Projects
Commit 31e94f28 authored by Martin Nolte's avatar Martin Nolte
Browse files

add missing AC_LANG_SOURCE

[[Imported from SVN: r6498]]
parent 529bfb0a
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,13 @@ AC_DEFUN([__AC_FC_NAME_MANGLING],
[_AC_FORTRAN_ASSERT()dnl
AC_CACHE_CHECK([for Fortran name-mangling scheme],
ac_cv_[]_AC_LANG_ABBREV[]_mangling,
[AC_COMPILE_IFELSE(
[AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[ subroutine foobar()
return
end
subroutine foo_bar()
return
end],
end])],
[mv conftest.$ac_objext cfortran_test.$ac_objext
ac_save_LIBS=$LIBS
......
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