summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-09 11:21:25 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-09 11:21:25 -0500
commit58434aaafde3cdcd4c565e2e8543dcfa379596b3 (patch)
tree5072b024b02ef4429301b331f75ef2d643186c2d
parent370f65e302c0d51ffa8ca0075f690cd0a427cb72 (diff)
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>
-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)