AC_CHECK_FUNCS_ONCE is a little too modern for many uses.

This commit is contained in:
Stephen Williams 2008-05-09 09:55:41 -07:00
parent db10de1a6a
commit 8e1f22cd82
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fi
AC_SUBST(HAVE_LIBBZ2)
# fmin and fmax are needed by va_math.vpi
AC_CHECK_FUNCS_ONCE(fmin fmax)
AC_CHECK_FUNCS(fmin fmax)
AC_PROG_INSTALL