mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 09:28:03 +02:00
[build] Remove duplicate invocation of AC_CHECK_HEADERS.
The fenv.h stuff was checked twice.
This commit is contained in:
parent
3acccf0ea5
commit
b5cf24a4fb
1 changed files with 0 additions and 3 deletions
|
|
@ -144,9 +144,6 @@ AC_CHECK_FUNC(mkdir,
|
|||
[Define to non-zero if your system has mkdir, and to 2 if your version of mkdir requires a mode parameter])
|
||||
fi])
|
||||
|
||||
# check for GNU-extensions to fenv
|
||||
AC_CHECK_HEADER(fenv.h, [AC_CHECK_FUNCS(feenableexcept fedisableexcept)])
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl
|
||||
dnl Test for the tools required for building one big test binary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue