libpango is now called libpango-1.0

2002-03-06  James Henstridge  <james@daa.com.au>

        * configure.in: libpango is now called libpango-1.0
This commit is contained in:
James Henstridge 2002-03-06 00:03:55 +00:00 committed by James Henstridge
parent bcd7700649
commit 4b7c51552e
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1,3 +1,7 @@
2002-03-06 James Henstridge <james@daa.com.au>
* configure.in: libpango is now called libpango-1.0
Tue Mar 5 18:17:31 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):

View File

@ -1219,7 +1219,7 @@ CFLAGS="$CFLAGS $PANGO_CFLAGS"
if $PKG_CONFIG --uninstalled $PANGO_PACKAGES; then
:
else
AC_CHECK_LIB(pango, pango_context_new, :, AC_MSG_ERROR([
AC_CHECK_LIB(pango-1.0, pango_context_new, :, AC_MSG_ERROR([
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org]), $PANGO_LIBS)
fi