[Xcb] [PATCH util 3/6] config: remove AC_TYPE_SSIZE_T
Gaetan Nadon
memsize at videotron.ca
Sun Feb 9 22:31:28 CET 2014
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 at videotron.ca>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
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)
--
1.7.9.5
More information about the Xcb
mailing list