mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 15:40:12 +01:00
configure: Fix typo "(requires both --enable-xcb)"
This commit is contained in:
parent
faeb6caaeb
commit
a48eccbf77
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue