check that pango has Xft2 support, instead of checking whether Xft2

2002-06-12  Havoc Pennington  <hp@redhat.com>

 	* configure.in: check that pango has Xft2 support, instead of
 	checking whether Xft2 exists.
This commit is contained in:
Havoc Pennington 2002-06-12 22:58:58 +00:00 committed by Havoc Pennington
parent c50b3edfdc
commit bc79c62741
7 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -1,3 +1,8 @@
2002-06-12 Havoc Pennington <hp@redhat.com>
* configure.in: check that pango has Xft2 support, instead of
checking whether Xft2 exists.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative

View File

@ -988,7 +988,7 @@ if test "x$gdktarget" = "xx11"; then
if test $have_xft = true ; then
have_xft=false
if $PKG_CONFIG --exists xft ; then
if pkg-config --exists pangoxft '>=' 1.1.0 ; then
x_libs="`pkg-config --libs xft` -lX11 $FREETYPE_LIBS $X_EXTRA_LIBS"
have_xft=true
else