aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-07-10 20:01:48 +0800
committerBenjamin Otte <otte@gnome.org>2009-07-13 02:09:31 +0800
commitae36c632f6991cbea00663641d050414bc149b21 (patch)
treef1e0913a755387c6a9008fbbb33ae218fdced483 /configure.ac
parentbf4426b5fe46c26c08453310715bc5c562d5fbd0 (diff)
downloadgsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.gz
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.bz2
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.lz
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.xz
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.zst
gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.zip
Require gthread-2.0
Applications calling g_thread_init() must require it explicitly. It is automatically pulled by Orbit via gconf, but Epiphany should not rely on that.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c8c3e2b0c..8190467dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ AM_CONDITIONAL([ENABLE_TESTS],[test "$enable_tests" = "yes"])
PKG_CHECK_MODULES([DEPENDENCIES], [
glib-2.0 >= $GLIB_REQUIRED
gmodule-2.0
+ gthread-2.0
gio-unix-2.0 >= $GLIB_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED
gtk+-unix-print-2.0 >= $GTK_REQUIRED