summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-09-07 13:58:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-07 13:58:29 +0100
commita48eccbf77874e00a57ab7f1ab96ed0f359b3963 (patch)
tree269dacf6fcf3a35dc48c18c50f248b8f892065da /configure.ac
parentfaeb6caaeba76c9797db0cd917bff4f102512d59 (diff)
configure: Fix typo "(requires both --enable-xcb)"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7fa57cd0..7dc4b131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")