summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-03-02 15:35:31 -0800
committerJamey Sharp <jamey@minilop.net>2006-03-02 15:35:31 -0800
commit5e115e2441ed32f5fa495370b36b01c03bbff66d (patch)
treecf1695c201016f291ab8e9ca717796871660a0ce /configure.ac
parented823bf65192a72f8c3060698c9bded9f77d49c2 (diff)
API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. When not in RAW mode, a null pointer for iov_base is replaced by up to 3 padding bytes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a07a89e..5e4405c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,6 @@ AC_MSG_RESULT($XCBPROTO_XCBINCLUDEDIR)
AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
AC_HEADER_STDC
-AC_FUNC_ALLOCA
AC_SEARCH_LIBS(gethostbyname, nsl)
AC_SEARCH_LIBS(connect, socket)