diff options
| author | Nalin Dahyabhai <nalin@redhat.com> | 2012-01-24 16:05:00 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@redhat.com> | 2012-01-24 16:05:00 -0500 |
| commit | e5ec9f4a81fa6bd58da9871df1b2e5bbc6d0df94 (patch) | |
| tree | c93999ba6e23a91bae2af64a1f0622f3680dd7f1 | |
| parent | 64c520fcacdad7408c7f67398915fe7e4809e57f (diff) | |
- fix threading API detection in non-dirsrv builds
| -rw-r--r-- | configure.ac | 2 |
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= |
