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 /configure.in | |
parent | bcd770064901f1833d37c66ddda99d0fb49e0f70 (diff) | |
download | gdk-pixbuf-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
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 7e9b0601a..1fbc353a6 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 |