summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-01-08 00:17:04 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-01-08 00:17:04 +0000
commitd206cb73c7e23931cfe9c8a10978c3eac0e26f55 (patch)
tree3709da6568fe8ef9330ea81233ac1f0c8327f0a3
parentFix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as... (diff)
downloadinkscape-d206cb73c7e23931cfe9c8a10978c3eac0e26f55.tar.gz
inkscape-d206cb73c7e23931cfe9c8a10978c3eac0e26f55.zip
Pushed required GTK+ version from 2.4.0 to 2.8.0
(bzr r2153)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 639e4746a..d0ac46389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,7 +518,7 @@ if test $cc_vers_major -gt 3; then
else
min_sigc_version=2.0.11
fi
-PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2)
+PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2)
PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, cairo_pdf=yes, cairo_pdf=no)
if test "x$cairo_pdf" = "xyes"; then