[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Feb 18 20:41:45 UTC 2018


 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit e91644786bf7c278e75962b851d5d47011ff175c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Feb 18 12:41:24 2018 -0800

    Remove unused check

diff --git a/configure.ac b/configure.ac
index 02a4a897..8c3ab202 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,8 +76,7 @@ GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
 	AM_CONDITIONAL([ENABLE_GTK_DOC], false)
 ])
 
-# Types, functions, and headers
-AC_CHECK_TYPES(unsigned __int128)
+# Functions, and headers
 AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap isatty newlocale strtod_l setlinebuf)
 AC_CHECK_HEADERS(unistd.h sys/mman.h xlocale.h)
 


More information about the HarfBuzz mailing list