Skip to content
Snippets Groups Projects
Commit cb737d1b authored by Christian Engwer's avatar Christian Engwer
Browse files

test for both F77 and FC

[[Imported from SVN: r6211]]
parent 21e77e9d
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ AC_DEFUN([DUNE_CHECK_ALL],[
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_CXXCPP])
AC_REQUIRE([AC_PROG_F77])
AC_REQUIRE([AC_PROG_FC])
# don't build shared libs per default, this is way better for debugging...
AC_REQUIRE([AC_DISABLE_SHARED])
# we need libtool
......
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