configure: Fix typo "(requires both --enable-xcb)"

This commit is contained in:
Chris Wilson 2010-09-07 13:58:29 +01:00
parent faeb6caaeb
commit a48eccbf77

View file

@ -116,7 +116,7 @@ CAIRO_ENABLE_FUNCTIONS(xcb_shm, XCB/SHM, auto, [
[AC_MSG_RESULT(no)
use_xcb_shm="no (requires $xcb_shm http://xcb.freedesktop.org)"])
else
use_xcb_shm="no (requires both --enable-xcb)"
use_xcb_shm="no (requires --enable-xcb)"
fi
])
AM_CONDITIONAL(BUILD_XCB_SHM, test "x$use_xcb_shm" = "xyes")