summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-04-08 21:06:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-04-08 21:06:20 +0000
commit886dab68d9abaa9d33af1c740d5a992023315724 (patch)
treea6813c28331592f6ae801994e7c0cba37238d5b0 /configure.in
parentfb4cb1b32ae77a27160e6719309dc2e39af8d60b (diff)
downloadpango-886dab68d9abaa9d33af1c740d5a992023315724.tar.gz
Try making our OS X stuff compile with latest cairo 1.5.x snapshots that
2008-04-08 Behdad Esfahbod <behdad@gnome.org> * configure.in: * pango/pangocairo-atsui.h: * pango/pangocairo-atsuifont.c: Try making our OS X stuff compile with latest cairo 1.5.x snapshots that renamed cairo-atsui to cairo-quartz-font. svn path=/trunk/; revision=2586
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index dc9b7fe1..56c2516b 100644
--- a/configure.in
+++ b/configure.in
@@ -351,7 +351,9 @@ if $have_cairo ; then
fi
if $have_atsui; then
+ # for transition from old cairo-atsui to new cairo-quartz-font
PKG_CHECK_EXISTS(cairo-atsui >= $cairo_required, have_cairo_atsui=true, :)
+ PKG_CHECK_EXISTS(cairo-quartz-font >= $cairo_required, have_cairo_atsui=true, :)
fi
if $have_cairo_atsui; then
AC_DEFINE(HAVE_CAIRO_ATSUI, 1, [Whether Cairo uses ATSUI for fonts])