From: mquinson Date: Fri, 22 Jun 2007 21:00:16 +0000 (+0000) Subject: stop looking for the useless fortran compiler X-Git-Tag: v3.3~1756 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b8f6b458c1847e0acff41c086d4dba656b2ac88?ds=sidebyside stop looking for the useless fortran compiler git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3604 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index fc35adfdf3..6f2b4cc870 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,12 @@ AC_LANG([C]) AM_INIT_AUTOMAKE(gnu) AC_CONFIG_MACRO_DIR(acmacro) ACLOCAL="$ACLOCAL -I acmacro" + +dnl Next few lines is a hack to prevent libtool checking for F77 +m4_undefine([AC_PROG_F77]) +m4_defun([AC_PROG_F77],[]) + +dnl We do build a proper DLL when using win32 AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL