diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-02 15:35:31 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-02 15:35:31 -0800 |
commit | 5e115e2441ed32f5fa495370b36b01c03bbff66d (patch) | |
tree | cf1695c201016f291ab8e9ca717796871660a0ce /configure.ac | |
parent | ed823bf65192a72f8c3060698c9bded9f77d49c2 (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.ac | 1 |
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) |