[Privoxy-commits] [privoxy] 12/14: configure: Add another warning in case --disable-pthread is used
User Git
git at git.privoxy.org
Sun Mar 21 07:35:04 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit bf54b0927201c92a2e44998824cef998eea67cb8
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Mar 18 18:25:15 2021 +0100
configure: Add another warning in case --disable-pthread is used
... while POSIX threads are available.
Various features don't even compile when not using threads.
---
configure.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.in b/configure.in
index 07f2fd9c..3ec78e00 100644
--- a/configure.in
+++ b/configure.in
@@ -462,6 +462,7 @@ AC_ARG_ENABLE(pthread,
if test $have_pthread = yes; then
AC_MSG_WARN([pthreads seem to be available but you are using --disable-pthread.])
AC_MSG_WARN([This is almost always a mistake and can render Privoxy unacceptable slow.])
+ AC_MSG_WARN([Also various Privoxy features only work when using threads and won't even compile without them.])
fi
have_pthread=no
fi])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list