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

Set FORTRAN_MOD_UC unconditionally.

parent 1aad84cc
No related branches found
No related tags found
No related merge requests found
......@@ -286,8 +286,8 @@ AS_IF([test "x${enable_isoc}" = "xyes"],
AC_SUBST([CDI_F90_INTERFACE_FCFLAGS])
# Check the module extension of the fortran compiler
AS_IF([test -n "$FC" && test "X$FC" != "Xno"],
[ACX_SL_FC_MOD_SUFFIX(,[FCMODEXT=mod])
AM_CONDITIONAL([FORTRAN_MOD_UC],[test "x$FCMODCASE" = "xuc"])])
[ACX_SL_FC_MOD_SUFFIX(,[FCMODEXT=mod])])
AM_CONDITIONAL([FORTRAN_MOD_UC],[test "x$FCMODCASE" = "xuc"])
# -----------------------------------------------------------------------
# Check for SWIG - Generator for script-language bindings
AC_ARG_ENABLE(swig,
......
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