Skip to content
Snippets Groups Projects
Commit 3d96d085 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[autotools] Fix compilation if Fortran is not installed

Thanks to Elias Pipping for figuring this one out - it (re)closes the
absolutely ancient #flyspray/FS185.
parent dbb5e60e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ AC_DEFUN([DUNE_CHECK_ALL],[
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_CXXCPP])
AC_REQUIRE([DUNE_SYNC_FC_F77])
AC_LANG_PUSH([Fortran])
AC_REQUIRE([__AC_FC_NAME_MANGLING])
AC_LANG_POP([Fortran])
AC_REQUIRE([AC_PROG_F77])
AC_REQUIRE([AC_PROG_FC])
# don't build shared libs per default, this is way better for debugging...
......
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