summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-05-18 09:12:52 +0000
committerrwst <rwst@users.sourceforge.net>2006-05-18 09:12:52 +0000
commit5c7ff3fb929361c46da0cce1b25866bf0bfa9766 (patch)
treec818594c396d9937da71cc060b7b6b339c52d536
parentreinclude inkview into dist (diff)
downloadinkscape-5c7ff3fb929361c46da0cce1b25866bf0bfa9766.tar.gz
inkscape-5c7ff3fb929361c46da0cce1b25866bf0bfa9766.zip
required is now libsigc++ >= 2.0.12
(bzr r872)
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9d5049774..48d7afe3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -494,8 +494,8 @@ dnl ******************************
dnl *** NOTE: when we move to gtk 2.6 or later, we can remove the
dnl ********* the override for g_ascii_strtod below...
-dnl sigc++-2.0 >= 2.0.11: using "visit_each" not available in 2.0.10
-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 sigc++-2.0 >= 2.0.11 $ink_spell_pkg gthread-2.0 >= 2.0)
+dnl sigc++-2.0 >= 2.0.12: using "visit_each" not available in 2.0.10
+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 sigc++-2.0 >= 2.0.12 $ink_spell_pkg gthread-2.0 >= 2.0)
dnl Shouldn't we test for libpng and libz?
INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz"