[cairo-commit] configure.ac

Bryce Harrington bryce at kemper.freedesktop.org
Mon Nov 6 19:35:50 UTC 2017


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8d89fc573eae0bc0234e1b909932e405a776b7e1
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Mon Nov 6 11:28:58 2017 -0800

    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 at osg.samsung.com>
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93027

diff --git a/configure.ac b/configure.ac
index 264623d8..d82db457 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])


More information about the cairo-commit mailing list