diff --git a/package/pixman/pixman-02-check-fe-divbyzero.patch b/package/pixman/pixman-02-check-fe-divbyzero.patch index 44dd6913ed..01c6c96de6 100644 --- a/package/pixman/pixman-02-check-fe-divbyzero.patch +++ b/package/pixman/pixman-02-check-fe-divbyzero.patch @@ -16,7 +16,7 @@ Index: b/configure.ac fi +AC_CHECK_DECL([FE_DIVBYZERO], [], [], [[#include ]]) -+if test x$have_fe_divbyzero = xyes; then ++if test x$ac_cv_have_decl_FE_DIVBYZERO = xyes; then + AC_DEFINE(HAVE_FEDIVBYZERO, 1, [Whether we have FE_DIVBYZERO]) +fi +