summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-18 21:27:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-18 21:27:26 +0200
commit6fd59c50dc829d0d1688474bd0c832969b4e81bd (patch)
tree9d7ae34572c4cfce1985bf1dfa75c115891ad01d /configure.ac
parent1690a047b13f510831b9faac188d195f28708f62 (diff)
downloadobexd-6fd59c50dc829d0d1688474bd0c832969b4e81bd.tar.gz
Enable GW_OBEX_THREADS_ENABLED if threads are available
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 cd122a3..0d37b76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,6 +109,7 @@ AM_CONDITIONAL(EBOOK, test "${enable_ebook}" = "yes")
if (test "${enable_ebook}" = "yes"); then
AC_DEFINE(NEED_THREADS, 1, [Define if threading support is required])
+ AC_DEFINE(GW_OBEX_THREADS_ENABLED, 1, [Define for gwobex threading])
PKG_CHECK_MODULES(EBOOK, libebook-1.2, dummy=yes,
AC_MSG_ERROR(libebook is required))