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.)
This commit is contained in:
Owen Taylor 2002-08-09 01:55:16 +00:00 committed by Owen Taylor
parent 49883d5442
commit 1ed63ae04a
7 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -1,3 +1,9 @@
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.)
2002-08-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_init): Fix doc comment.

View File

@ -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