summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-09 03:54:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-09 03:54:26 +0000
commit50d73d06b9fe6c3c1affd79c6bb88712bc83ed3d (patch)
treed6f980715820986eb7ee833aba9e451d81bf2b40 /configure.in
parentceb74567faa000289bae9f4110ae7752d762f597 (diff)
downloadpango-50d73d06b9fe6c3c1affd79c6bb88712bc83ed3d.tar.gz
use XAddExtension() magic to automatically clean up our information when
Thu Aug 8 23:14:27 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox-fontmap.c pango/pangoxft-fontmap.c: use XAddExtension() magic to automatically clean up our information when XCloseDisplay() is called. * NEWS: Some updates for 1.1.x features. * README: Update a bit. * configure.in: Print Xft for the Xft backend, not Xft2 when printing summary.
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 c7c19ca9..06489d71 100644
--- a/configure.in
+++ b/configure.in
@@ -776,5 +776,5 @@ esac])
echo "configuration:
backends: `if $have_freetype ; then echo " FreeType"; fi \
``if $have_x ; then echo " X"; fi \
- ``if $have_xft ; then echo " Xft2"; fi \
+ ``if $have_xft ; then echo " Xft"; fi \
``if $have_win32 ; then echo " Win32"; fi`"