X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=e16d70d83a1b0dddf56d81eb457a007e9fd0f08e;hb=9b79ae49f709707e99b8487b01f9d3f102754bd3;hp=01655cc4e63f4b21a75fe2417437fa673679479b;hpb=dcbef23d730b95ef7dc9ef524a4c3fc0017b63d2;p=free-sw%2Fxcb%2Flibxcb diff --git a/configure.ac b/configure.ac index 01655cc..e16d70d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([libxcb], - 1.1.90.1, + 1.1.92, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -50,8 +50,6 @@ PKG_CHECK_MODULES(XDMCP, xdmcp, ], [$XDMCP_LIBS]), [AC_MSG_RESULT(no)]) -AC_CHECK_HEADER([execinfo.h], [AC_DEFINE(HAVE_BACKTRACE,1,[Has backtrace*() needed for retrieving stack traces])]) - AC_SUBST(NEEDED) # Find the xcb-proto protocol descriptions @@ -151,7 +149,6 @@ tests/Makefile AC_CONFIG_FILES([ xcb.pc -xcb-xlib.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc