[cairo-commit] cairo ChangeLog, 1.998, 1.999 configure.in, 1.136, 1.137

Carl Worth commit at pdx.freedesktop.org
Wed Aug 24 06:08:01 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-08-24  Carl Worth  <cworth at cworth.org>

        * configure.in: Disable ATSUI by default as well.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -d -r1.998 -r1.999
--- ChangeLog	24 Aug 2005 12:43:48 -0000	1.998
+++ ChangeLog	24 Aug 2005 13:07:58 -0000	1.999
@@ -1,5 +1,9 @@
 2005-08-24  Carl Worth  <cworth at cworth.org>
 
+	* configure.in: Disable ATSUI by default as well.
+
+2005-08-24  Carl Worth  <cworth at cworth.org>
+
 	* BUGS: Add pointer to http://bugs.freedesktop.org.
 
 2005-08-24  Carl Worth  <cworth at cworth.org>

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- configure.in	24 Aug 2005 12:25:51 -0000	1.136
+++ configure.in	24 Aug 2005 13:07:58 -0000	1.137
@@ -423,8 +423,8 @@
 dnl check for the atsui font backend.
 
 AC_ARG_ENABLE(atsui,
-  [  --disable-atsui         Disable cairo's atsui font backend],
-  [use_atsui=$enableval], [use_atsui=yes])
+  [  --enable-atsui          Enable cairo's atsui font backend],
+  [use_atsui=$enableval], [use_atsui=no])
 
 if test "x$use_atsui" = "xyes"; then
   dnl There is no pkgconfig for atsui; lets do a header check
@@ -565,6 +565,10 @@
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Quartz/'
 fi
 
+if test x"$use_quartz" == "xyes" ; then
+   echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/ATSUI/'
+fi
+
 if test x"$use_pdf" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PDF/'
 fi



More information about the cairo-commit mailing list