[Xcb] [PATCH util-wm 2/7] config: remove AC_TYPE_SSIZE_T
Gaetan Nadon
memsize at videotron.ca
Sat Feb 1 10:20:58 PST 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 | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 634c2a1..5262b91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,6 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-AC_TYPE_SSIZE_T
-
XCB_UTIL_M4_WITH_INCLUDE_PATH
XCB_UTIL_COMMON([1.4], [1.6])
--
1.7.9.5
More information about the Xcb
mailing list