From e5ec9f4a81fa6bd58da9871df1b2e5bbc6d0df94 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 24 Jan 2012 16:05:00 -0500 Subject: - fix threading API detection in non-dirsrv builds --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([ not found]) fi - thread_api=PTHREAD + thread_api=POSIX thread_lock_api=POSIX saved_LIBS="$LIBS" LIBS= -- cgit