check of math lib

This commit is contained in:
Christophe Alexandre 2002-04-05 08:55:53 +00:00
parent 4827d1641f
commit bfdc147f5a
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ AC_PROG_YACC
AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST