From: panne Date: Mon, 18 Aug 2003 16:34:05 +0000 (+0000) Subject: [project @ 2003-08-18 16:34:05 by panne] X-Git-Tag: Approx_11550_changesets_converted~556 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f8ec13c07d0f7b375f8a762d0c2e6b431d43de06 [project @ 2003-08-18 16:34:05 by panne] Nuked unused macro FPTOOLS_IN_SCOPE --- diff --git a/aclocal.m4 b/aclocal.m4 index 69a606b..94dd619 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -719,12 +719,6 @@ AC_DEFINE(HAVE_O_BINARY) fi ]) -dnl *** Helper function ** -dnl -AC_DEFUN(FPTOOLS_IN_SCOPE, -[AC_TRY_LINK([extern char* $1;],[return (int)&$2], $3=yes, $3=no) -]) - dnl Based on AC_TRY_LINK - run iftrue if links cleanly with no warning