[cairo-commit] configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Tue Sep 7 05:57:10 PDT 2010


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

New commits:
commit a48eccbf77874e00a57ab7f1ab96ed0f359b3963
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Sep 7 13:58:29 2010 +0100

    configure: Fix typo "(requires both --enable-xcb)"

diff --git a/configure.ac b/configure.ac
index 7fa57cd..7dc4b13 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")


More information about the cairo-commit mailing list