X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=configure.in;h=b1527b42245935a24a04bbb4565049b0098c1971;hb=2b1b9b5dec7d10d8d58706a6b737eacabcc862b1;hp=3ec78e00891293e30199d75f847a01354b5c6e8e;hpb=bf54b0927201c92a2e44998824cef998eea67cb8;p=privoxy.git diff --git a/configure.in b/configure.in index 3ec78e00..b1527b42 100644 --- a/configure.in +++ b/configure.in @@ -459,7 +459,7 @@ AC_ARG_ENABLE(pthread, [ --disable-pthread Don't use POSIX threads (pthreads)], [if test $enableval = no; then # Disable pthreads - if test $have_pthread = yes; then + if test $have_pthread = yes -a $target_type != mingw; 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.])