floor et yywrap

This commit is contained in:
Franck Wajsburt 2002-04-09 15:00:18 +00:00
parent c6eaef8413
commit 9b7d9d56f6
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ 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