summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-12-27 19:20:50 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-12-27 19:20:50 +0000
commit877710a8135b68a0ffd01a9a6e7734220bc9cab0 (patch)
treefa2e579db91c6ffae403b903851f4405bd648e54
parentRemove superfluous glibmm/threads.h checks (diff)
downloadinkscape-877710a8135b68a0ffd01a9a6e7734220bc9cab0.tar.gz
inkscape-877710a8135b68a0ffd01a9a6e7734220bc9cab0.zip
Remove more superfluous glibmm/threads.h checking
(bzr r14554)
-rw-r--r--configure.ac8
-rw-r--r--src/ui/dialog/tags.cpp4
2 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index fcfe28c45..973166082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -721,14 +721,6 @@ PKG_CHECK_MODULES(INKSCAPE,
pangoft2 >= 1.24
)
-dnl Check whether we need to use new Glib::Thread::Mutex API.
-dnl TODO: Drop this test once we bump the required version of glibmm to 2.32
-PKG_CHECK_MODULES(GLIBMM_2_32, glibmm-2.4 >= 2.32, with_glibmm_2_32=yes, with_glibmm_2_32=no)
-
-if test "x$with_glibmm_2_32" = "xyes"; then
- AC_DEFINE(WITH_GLIBMM_2_32,1,[Build with Glibmm 2.32 or higher])
-fi
-
dnl *********************************
dnl Allow experimental GTK+3 build
dnl *********************************
diff --git a/src/ui/dialog/tags.cpp b/src/ui/dialog/tags.cpp
index 9b6f3219f..cbb2fb953 100644
--- a/src/ui/dialog/tags.cpp
+++ b/src/ui/dialog/tags.cpp
@@ -13,10 +13,6 @@
# include <config.h>
#endif
-#if WITH_GLIBMM_2_32
-# include <glibmm/threads.h>
-#endif
-
#include "tags.h"
#include <gtkmm/widget.h>
#include <gtkmm/icontheme.h>