summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-04-08 05:47:02 +0000
committerManish Singh <yosh@src.gnome.org>2005-04-08 05:47:02 +0000
commit4ca5543d2ef2d4f022c682af30ce8b4d652cda4e (patch)
tree72183bacb1ca98cf6716f228a978f4f0ba0b87b9 /configure.in
parent0c5ab1f6e0322689bbbed382a079a5e82e0c0be1 (diff)
downloadpango-4ca5543d2ef2d4f022c682af30ce8b4d652cda4e.tar.gz
Test for renamed cairo_ft_scaled_font_lock_face().
Thu Apr 7 22:45:32 2005 Manish Singh <yosh@gimp.org> * configure.in: Test for renamed cairo_ft_scaled_font_lock_face().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8d280440..d779ab86 100644
--- a/configure.in
+++ b/configure.in
@@ -283,7 +283,7 @@ if $have_cairo ; then
if $have_cairo_win32 && $have_win32; then
AC_DEFINE(HAVE_CAIRO_WIN32, 1, [Whether Cairo uses the Win32 GDI for fonts])
else
- AC_CHECK_LIB(cairo, cairo_ft_font_lock_face, have_cairo_freetype=true, :)
+ AC_CHECK_LIB(cairo, cairo_ft_scaled_font_lock_face, have_cairo_freetype=true, :)
if $have_cairo_freetype && $have_freetype ; then
AC_DEFINE(HAVE_CAIRO_FREETYPE, 1, [Whether Cairo uses FreeType for fonts])
else