Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
1f923b07
Commit
1f923b07
authored
Jun 11, 2019
by
Sergey Kosukhin
Browse files
Prevent the configure script from failing when Fortran modules are private by default.
parent
83fbfd91
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/acx_sl_fc_mod_path_flag.m4
View file @
1f923b07
...
...
@@ -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 ..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment