summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2009-11-04 19:02:30 +0100
committerJens Granseuer <jensgr@gmx.net>2009-11-04 19:02:30 +0100
commit38ba6cb70214f9b515790a47ce8d3098ce3c7796 (patch)
tree16c888c60861d61a32f5d10651b07c82f5289165
parent7c82b5b5cc89c0934f13e66175f3881b8f5528f4 (diff)
downloadgnome-control-center-38ba6cb70214f9b515790a47ce8d3098ce3c7796.tar.gz
Add gthread-2.0 to common modules for linking
At least * gnome-keybinding-properties * gnome-about-me * gnome-appearance-properties * gnome-theme-test * gnome-font-viewer need it, so just add it to the list of common modules (bug #600589).
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7d74579d8..b08427806 100644
--- a/configure.in
+++ b/configure.in
@@ -89,6 +89,7 @@ dnl ==============================================
COMMON_MODULES="gtk+-2.0 >= 2.15.0 dnl
glib-2.0 >= 2.17.4 dnl
+ gthread-2.0 dnl
gio-2.0 dnl
gconf-2.0 dnl
libxml-2.0 dnl
@@ -146,7 +147,7 @@ if $PKG_CONFIG --exists xft ; then
fi
PKG_CHECK_MODULES(FONT_CAPPLET, $COMMON_MODULES $xft_modules)
-PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES $xft_modules gthread-2.0)
+PKG_CHECK_MODULES(FONT_VIEWER, $COMMON_MODULES $xft_modules)
PKG_CHECK_MODULES(AT_CAPPLET, $COMMON_MODULES)