summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-21 22:51:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-04-21 22:52:16 +0100
commite0306da1d73509e2cfd0fce81a1b4259e5e3fcef (patch)
tree9d229ba691a1d99ab528f298e8da887861d721bd
parentb7fbda276df52de6a5ac67397a8d49657233fcfa (diff)
configure: typo in check for xcb-shm
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64b043dd..d3738eb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,7 +143,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_drm="no (requires both --enable-xcb)"
+ use_xcb_shm="no (requires both --enable-xcb)"
fi
])
AM_CONDITIONAL(BUILD_XCB_SHM, test "x$use_xcb_shm" = "xyes")