summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-10-04 21:40:37 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-10-04 21:40:37 +0000
commitef031476b1814ada0d1be8b8dc0bd15359fc8aea (patch)
treee005d43f3a86a53b4d7163d774dfaa5237431c2f /configure.in
parent50c80218c9d12703a359e3d8ba20308137d14ba3 (diff)
downloadnautilus-ef031476b1814ada0d1be8b8dc0bd15359fc8aea.tar.gz
Require pango 1.1.1 (really HEAD, but...)
2002-10-04 Alexander Larsson <alexl@redhat.com> * configure.in: Require pango 1.1.1 (really HEAD, but...)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f1c49593a..ab8ba2e1e 100644
--- a/configure.in
+++ b/configure.in
@@ -14,6 +14,7 @@ GNOME_DESKTOP_REQUIRED=2.0.3
GNOME_REQUIRED=2.0.1
GNOME_UI_REQUIRED=2.1.0
GNOME_VFS_REQUIRED=1.9
+PANGO_REQUIRED=1.1.1
GTK_REQUIRED=2.1.0
MEDUSA_REQUIRED=0.5.1
RSVG_REQUIRED=2.0.1
@@ -53,6 +54,7 @@ PKG_CHECK_MODULES(ALL, \
glib-2.0 >= $GLIB_REQUIRED \
gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED \
gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \
+ pango >= $PANGO_REQUIRED \
gtk+-2.0 >= $GTK_REQUIRED \
libart-2.0 >= $ART_REQUIRED \
libbonobo-2.0 >= $BONOBO_REQUIRED \