Skip to content

Commit

Permalink
configure: Fix typo "(requires both --enable-xcb)"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Sep 7, 2010
1 parent faeb6ca commit a48eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a48eccb

Please sign in to comment.