summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9682db70..03922315 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,6 +287,9 @@ if test "$build_console_clients" = "yes"; then
# Check for glibmm
PKG_CHECK_MODULES(GLIBMM, glibmm-2.4)
+
+ # Check for glib threads
+ PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
# Check for raptor (for RDF serialization)
PKG_CHECK_MODULES(RAPTOR, raptor >= 1.4.14, build_raptor="yes", build_raptor="no")