summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-24 16:05:00 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-24 16:05:00 -0500
commite5ec9f4a81fa6bd58da9871df1b2e5bbc6d0df94 (patch)
treec93999ba6e23a91bae2af64a1f0622f3680dd7f1
parent64c520fcacdad7408c7f67398915fe7e4809e57f (diff)
- fix threading API detection in non-dirsrv builds
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55689b9..afacb52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,7 +148,7 @@ dirsrv)
if test x$ac_cv_header_slapi_plugin_h = xno ; then
AC_ERROR([<slapi-plugin.h> not found])
fi
- thread_api=PTHREAD
+ thread_api=POSIX
thread_lock_api=POSIX
saved_LIBS="$LIBS"
LIBS=