Skip to content
Snippets Groups Projects
Commit 08efc3fc authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Prevent the configure script from failing when Fortran modules are private by default.

parent 2f498dca
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ AC_DEFUN([ACX_SL_FC_CHECK_MOD_PATH_FLAG],dnl
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[ module cnftst
implicit none
integer :: i
integer,public :: i
end module cnftst])],,
[AC_MSG_ERROR([Cannot compile fortran modules])])
cd ..
......
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