mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-05 19:20:33 +01:00
configure: Test for funlockfile
cairo-trace already depended upon HAVE_FUNLOCKFILE for its thread-safety. [This is a candidate for 1.10.] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f2f65684f0
commit
59fec48cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ AC_CHECK_HEADER(fenv.h,
|
|||
|
||||
dnl check for misc headers and functions
|
||||
AC_CHECK_HEADERS([libgen.h byteswap.h signal.h setjmp.h fenv.h])
|
||||
AC_CHECK_FUNCS([vasnprintf link ctime_r drand48 flockfile ffs])
|
||||
AC_CHECK_FUNCS([vasnprintf link ctime_r drand48 flockfile funlockfile ffs])
|
||||
|
||||
dnl check for win32 headers (this detects mingw as well)
|
||||
AC_CHECK_HEADERS([windows.h], have_windows=yes, have_windows=no)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue