summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-09 11:21:25 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:48:54 +0900
commit37b11560dffc042833f2d20f87d577edfd861613 (patch)
tree5072b024b02ef4429301b331f75ef2d643186c2d
parent95e997ca45fc1c4235eea7a211c6ab2fa5e489f8 (diff)
downloadxcb-util-37b11560dffc042833f2d20f87d577edfd861613.tar.gz
config: remove AC_TYPE_SSIZE_T
This is not needed as we have standard headers and C99. This result in no change to the defines used at compile time. http://www.gnu.org/software/autoconf/manual/autoconf.html Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e66d01..4e07d2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
XCB_UTIL_COMMON([1.4], [1.6])
AC_CHECK_FUNCS_ONCE(vasprintf)
-AC_TYPE_SSIZE_T
PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)