diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-09 01:55:16 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-09 01:55:16 +0000 |
commit | 1ed63ae04af2e54824d64e48e89ced3aa7415c05 (patch) | |
tree | fb317b7046256ba1a48cc0b9de06a9aa48db56ed /configure.in | |
parent | 49883d54420ce3727a726889e12e120dbac3c113 (diff) | |
download | gdk-pixbuf-1ed63ae04af2e54824d64e48e89ced3aa7415c05.tar.gz |
Consistently order pangoxft / pangox in pkg-config calls in hopes of
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Consistently order pangoxft / pangox
in pkg-config calls in hopes of reducing problems
(Eric Mader.)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b3a80e320..bf2b7f8e3 100644 --- a/configure.in +++ b/configure.in @@ -943,7 +943,7 @@ if test "x$gdktarget" = "xx11"; then ## be sure we also have Pango built with xft support if $PKG_CONFIG --exists pangoxft ; then - PANGO_PACKAGES="pangox pangoxft" + PANGO_PACKAGES="pangoxft pangox" have_xft=true AC_DEFINE(HAVE_XFT) if $have_freetype ; then |