diff options
author | James Henstridge <james@daa.com.au> | 2002-03-06 00:03:55 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2002-03-06 00:03:55 +0000 |
commit | 4b7c51552e07162bf54d54789542aec40a6fd870 (patch) | |
tree | 83ef572c1816d5e50587eb92eb270f1e5a8e6e61 | |
parent | bcd770064901f1833d37c66ddda99d0fb49e0f70 (diff) | |
download | gtk+-4b7c51552e07162bf54d54789542aec40a6fd870.tar.gz |
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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | configure.in | 2 |
8 files changed, 29 insertions, 1 deletions
@@ -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): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -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): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -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): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aeb3dac6c9..a0391167df 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -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): diff --git a/configure.in b/configure.in index 7e9b0601a1..1fbc353a6e 100644 --- a/configure.in +++ b/configure.in @@ -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 |