projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9373e0
)
configure: depend on gthread (needed on Debian Jessie at least)
author
Jussi Laako
<jussi.laako@linux.intel.com>
Mon, 25 Nov 2013 12:48:58 +0000
(14:48 +0200)
committer
Jussi Laako
<jussi.laako@linux.intel.com>
Mon, 25 Nov 2013 12:48:58 +0000
(14:48 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6c1be719301239eae830eff19e18dc224d519cfa..26ee683088d52619ab660fc0159c1d74b8ff7d5d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-33,7
+33,8
@@
PKG_CHECK_MODULES(
[gio-2.0 >= 2.30
gio-unix-2.0
glib-2.0 >= 2.32
- gobject-2.0])
+ gobject-2.0,
+ gthread-2.0])
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)