summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-23 16:49:04 +0200
committerVolker Lendecke <vl@samba.org>2011-04-25 09:50:33 +0200
commit39375de8354b676904e1fea097a68178acd987e4 (patch)
tree47897786a5c6c95ff73590e0b5ccd196ac9ffdbc /source3/configure.in
parentf4a0f856f31291dd316a937f8060d2f205e8d4d6 (diff)
downloadsamba-39375de8354b676904e1fea097a68178acd987e4.tar.gz
samba-39375de8354b676904e1fea097a68178acd987e4.tar.bz2
samba-39375de8354b676904e1fea097a68178acd987e4.zip
s3: Add pthreadpooltest to main build
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b4ac2114d4..3a2f089a29 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6648,6 +6648,8 @@ if test x"$enable_pthreadpool" = x"yes" -a x"$samba_cv_HAVE_PTHREAD" = x"yes"; t
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
AC_DEFINE(WITH_PTHREADPOOL, 1, [Whether to include pthreadpool helpers])
AC_SUBST(PTHREADPOOL_OBJ, "lib/pthreadpool/pthreadpool.o")
+ PTHREADPOOLTEST="bin/pthreadpooltest\$(EXEEXT)"
+ AC_SUBST(PTHREADPOOLTEST)
fi
#################################################