mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
configure: Check for typeof
Check via the AC_C_TYPEOF macro if GCC's typeof is available. If it is available via a different spelling, define typeof to that spelling. Patch from and issue reported by Richard Palo. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93027
This commit is contained in:
parent
3322580f04
commit
8d89fc573e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ AC_CONFIG_SRCDIR(src/cairo.h)
|
|||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AC_CHECK_HEADERS([unistd.h sys/ioctl.h])
|
||||
AC_C_TYPEOF
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define no-dist-gzip dist-xz])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue