From 7b9ef9d44f8d3d1e1dc68ef8ca3dcfabf9c5a52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 14 Sep 2006 13:47:08 +0000 Subject: Don't check for F77/Fortran support in libtool, as no part of the code really uses f77. This cuts down 9KB of configure script. CVS patchset: 8257 CVS date: 2006/09/14 13:47:08 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3