diff options
author | Michael Adam <obnox@samba.org> | 2010-03-24 17:00:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-11 16:42:22 +0200 |
commit | 04e19542245418e875b600c6fd4729283bcd5b73 (patch) | |
tree | 84c951bc8908fa5cd7b9cc4f54baac21c270073f /source3 | |
parent | 313add8fa944b2df915c1efdd68b0c9e267394fa (diff) | |
download | samba-04e19542245418e875b600c6fd4729283bcd5b73.tar.gz samba-04e19542245418e875b600c6fd4729283bcd5b73.tar.bz2 samba-04e19542245418e875b600c6fd4729283bcd5b73.zip |
s3:configure: fix a message
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 046df41320..765bac7d95 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6315,7 +6315,7 @@ AC_ARG_ENABLE(pthreadpool, [AS_HELP_STRING([--enable-pthreadpool], [Enable pthreads pool helper support (default=no)])]) if test x"$enable_pthreadpool" = xyes -a x"$samba_cv_HAVE_PTHREAD" != x"yes"; then - AC_MSG_ERROR([pthreadpool support cannot be enabled when pthread support was found]) + AC_MSG_ERROR([pthreadpool support cannot be enabled when pthread support was not found]) fi if test x"$enable_pthreadpool" = x"yes" -a x"$samba_cv_HAVE_PTHREAD" = x"yes"; then |