Code

required is now libsigc++ >= 2.0.12
authorrwst <rwst@users.sourceforge.net>
Thu, 18 May 2006 09:12:52 +0000 (09:12 +0000)
committerrwst <rwst@users.sourceforge.net>
Thu, 18 May 2006 09:12:52 +0000 (09:12 +0000)
configure.ac

index 9d5049774f3ee8ce008b9f974424eacc0789eb96..48d7afe3c2d18a6168fcb0956334cccf8716798c 100644 (file)
@@ -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"