Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
sct
Commits
74304254
Commit
74304254
authored
Jul 02, 2019
by
Sergey Kosukhin
Browse files
Implement a workaround for a bug in AC_FC_PP_DEFINE.
parent
087410f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
74304254
...
...
@@ -252,6 +252,10 @@ AC_LANG_PUSH([Fortran])
ACX_FC_PP_SRCEXT([f90])
AC_LANG_POP([Fortran])
AC_FC_PP_DEFINE
# Due to a bug in AC_FC_PP_DEFINE the value of ac_fc_srcext is set to 'F',
# which means that all the following tests are run not for *.f90, which we
# need, but for *.F files. Therefore, we restore the value ourselves:
ac_fc_srcext=f90
# Set FCDEFS and adjust -D flag if needed.
FCDEFS="$DEFS -DHAVE_FCONFIG_H"
...
...
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