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

Disable Fortran 77 interface by default for consistency.

parent 570eba49
No related branches found
No related tags found
No related merge requests found
......@@ -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