From d5c3d7a0422ded973c9ab506b49eb7a82cbe7a7d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 8 Dec 2012 03:42:13 +0000 Subject: [PATCH] lets not break everything that depends on efl shall we when messing around with its build? :( SVN revision: 80507 --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 4871f4fa02..d13df3a30c 100644 --- a/configure.ac +++ b/configure.ac @@ -2637,6 +2637,11 @@ if test "x${want_x11_xlib}" = "xyes" ; then fi ## XCB +have_ecore_x_xcb_define="" +if test "${with_x11}" = "xcb" ; then + have_ecore_x_xcb_define="-DHAVE_ECORE_X_XCB" +fi +AC_SUBST(have_ecore_x_xcb_define) ### Checks for header files