From 6df179e3f3af3b1b53657a73746519dbc7073753 Mon Sep 17 00:00:00 2001 From: Frederic Petrot Date: Thu, 2 May 2002 15:39:54 +0000 Subject: [PATCH] Avoids the check for -lfl as yywrap is now included --- alliance/src/exp/configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/alliance/src/exp/configure.in b/alliance/src/exp/configure.in index 966c4e10..fb9e1222 100644 --- a/alliance/src/exp/configure.in +++ b/alliance/src/exp/configure.in @@ -26,7 +26,6 @@ AC_PROG_MAKE_SET dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_CHECK_LIB(m, floor) -AC_CHECK_LIB(fl, yywrap) AM_ALLIANCE