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

Disable Fortran 77 interface by default for consistency.

parent 18b103d2
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -40,9 +40,9 @@ AM_CONDITIONAL([ENABLE_ISOC_INTERFACE],
AC_ARG_ENABLE([cf-interface],
[AS_HELP_STRING([--enable-cf-interface],
[create Fortran 77 interface using cfortran.h @<:@default=yes@:>@])],
[create Fortran 77 interface using cfortran.h @<:@default=no@:>@])],
[test "x$enableval" != xno && enable_cf_interface=yes],
[enable_cf_interface=yes])
[enable_cf_interface=no])
AM_CONDITIONAL([ENABLE_CF_INTERFACE], [test "x$enable_cf_interface" = xyes])
dnl We need FC for the Fortran 90 and for the Fortran 77 interfaces. In the
......
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