From 286ff380575699e743f4b595fb020cb37b7d5e8c Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Thu, 22 Jan 2015 12:21:26 -0500 Subject: add threads option Signed-off-by: Andrew Gregory --- lib/libalpm/alpm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/alpm.c') diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 552c1ad7..d1e9d6f3 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -163,6 +163,9 @@ int SYMEXPORT alpm_capabilities(void) #endif #ifdef HAVE_LIBGPGME | ALPM_CAPABILITY_SIGNATURES +#endif +#ifdef HAVE_PTHREAD + | ALPM_CAPABILITY_THREADS #endif | 0; } -- cgit v1.2.3-24-g4f1b