Avoids the check for -lfl as yywrap is now included
This commit is contained in:
parent
d891b2fb9f
commit
6df179e3f3
|
@ -26,7 +26,6 @@ AC_PROG_MAKE_SET
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
AC_CHECK_LIB(m, floor)
|
AC_CHECK_LIB(m, floor)
|
||||||
AC_CHECK_LIB(fl, yywrap)
|
|
||||||
|
|
||||||
AM_ALLIANCE
|
AM_ALLIANCE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue