diff options
author | Benjamin Otte <otte@gnome.org> | 2009-07-10 20:01:48 +0800 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-07-13 02:09:31 +0800 |
commit | ae36c632f6991cbea00663641d050414bc149b21 (patch) | |
tree | f1e0913a755387c6a9008fbbb33ae218fdced483 | |
parent | bf4426b5fe46c26c08453310715bc5c562d5fbd0 (diff) | |
download | gsoc2013-epiphany-ae36c632f6991cbea00663641d050414bc149b21.tar.gz 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.
-rw-r--r-- | configure.ac | 1 |
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 |