[cairo-commit] configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Wed Apr 21 14:52:31 PDT 2010


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0306da1d73509e2cfd0fce81a1b4259e5e3fcef
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Apr 21 22:51:53 2010 +0100

    configure: typo in check for xcb-shm

diff --git a/configure.ac b/configure.ac
index 64b043d..d3738eb 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")


More information about the cairo-commit mailing list