diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b26da319b..78e3f1ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,9 @@ dnl --------------------------------------------- dnl Libtool dnl --------------------------------------------- +m4_undefine([AC_PROG_F77]) +m4_defun([AC_PROG_F77],[]) + AC_LIBTOOL_DLOPEN AC_DISABLE_STATIC AC_LIBTOOL_WIN32_DLL |