summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:43:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:43:04 +0000
commit5903889d012518aa9dfd9cb58e6ca2186a675b49 (patch)
treee8b16db0333e68b30471246363db4e5fa892875c /Build/source/libs/pixman/configure.ac
parentc8b21ddab7472f5d69389885c02ed8ddc84c35e8 (diff)
libs/*/: Drop the obsolete ACLOCAL_AMFLAGS
git-svn-id: svn://tug.org/texlive/trunk@34283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/configure.ac')
-rw-r--r--Build/source/libs/pixman/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/libs/pixman/configure.ac b/Build/source/libs/pixman/configure.ac
index 40835c9d428..4f54aa8c4cc 100644
--- a/Build/source/libs/pixman/configure.ac
+++ b/Build/source/libs/pixman/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2012, 2013 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -96,10 +96,7 @@ AC_DEFUN([PIXMAN_LINK_WITH_ENV],[dnl
LIBS="$save_LIBS"
])
-dnl Define SIZE_MAX if necessary, e.g., for Solaris 9.
-AC_CHECK_DECL([SIZE_MAX], ,
- [AC_DEFINE([SIZE_MAX], [((size_t)-1)],
- [Define to `((size_t)-1)' if <stdint.h> does not define it.])])
+KPSE_CHECK_SIZE_MAX
dnl Find a -Werror for catching warnings.
WERROR=