Ecore: Fix configure.ac for recent xcb_cflags change.

SVN revision: 63585
This commit is contained in:
Christopher Michael 2011-09-24 07:23:41 +00:00
parent 506179e544
commit 67e0df22e7
1 changed files with 2 additions and 2 deletions

View File

@ -983,8 +983,8 @@ if test "x$want_ecore_x_xcb" = "xyes" ; then
AC_DEFINE(HAVE_ECORE_X_XCB, 1, [Defined to 1 if XCB is enabled.])
x_cflags=$XCB_CFLAGS
x_libs=$XCB_LIBS
x_cflags=$ECORE_XCB_CFLAGS
x_libs=$ECORE_XCB_LIBS
have_x="yes"
have_ecore_x_xcb_define="-DHAVE_ECORE_X_XCB"