[cairo-commit] cairo ChangeLog, 1.974, 1.975 configure.in, 1.134, 1.135

Owen Taylor commit at pdx.freedesktop.org
Tue Aug 23 15:16:39 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv14240

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-08-23  Owen Taylor  <otaylor at redhat.com>

        * configure.in: Reverse the help text for --enable-xcb,
        --enable-quartz.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.974
retrieving revision 1.975
diff -u -d -r1.974 -r1.975
--- ChangeLog	23 Aug 2005 22:11:44 -0000	1.974
+++ ChangeLog	23 Aug 2005 22:16:37 -0000	1.975
@@ -1,5 +1,10 @@
 2005-08-23  Owen Taylor  <otaylor at redhat.com>
 
+	* configure.in: Reverse the help text for --enable-xcb,
+	--enable-quartz.
+
+2005-08-23  Owen Taylor  <otaylor at redhat.com>
+
 	* configure.in: Disable XCB and Quartz backends unless
 	explicitely enabled. Add a big warning message if they
 	are enabled about bugs and API instability.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- configure.in	23 Aug 2005 22:11:44 -0000	1.134
+++ configure.in	23 Aug 2005 22:16:37 -0000	1.135
@@ -114,7 +114,7 @@
 CAIRO_LIBS="$CAIRO_LIBS $XRENDER_LIBS"
 
 AC_ARG_ENABLE(quartz,
-  [  --disable-quartz          Disable cairo's quartz backend],
+  [  --enable-quartz         Enable cairo's Quartz backend],
   [use_quartz=$enableval], [use_quartz=no])
 
 if test "x$use_quartz" = "xyes"; then
@@ -133,7 +133,7 @@
 dnl ===========================================================================
 
 AC_ARG_ENABLE(xcb,
-  [  --disable-xcb           Disable cairo's XCB backend],
+  [  --enable-xcb            Enable cairo's XCB backend],
   [use_xcb=$enableval], [use_xcb=no])
 
 if test "x$use_xcb" = "xyes"; then
@@ -165,7 +165,7 @@
 AC_MSG_RESULT([$cairo_platform_win32])
 
 AC_ARG_ENABLE(win32,
-  [  --disable-win32          Disable cairo's Microsoft Windows backend],
+  [  --disable-win32         Disable cairo's Microsoft Windows backend],
   [use_win32=$enableval], [use_win32="yes"])
 
 if test "x$cairo_platform_win32" != "xyes" ; then



More information about the cairo-commit mailing list