X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=3ec78e00891293e30199d75f847a01354b5c6e8e;hb=babd5dc0098b2c1703e1c1395c5262ec293c283e;hp=07f2fd9caf7b9eeb495cdee853d1dda129e3f4ca;hpb=23d88f76d603f8059e6075a7d8987f449aca3992;p=privoxy.git 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])