diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index aa3944453..f63cacd93 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -34,7 +34,7 @@ case "$host" in ;; esac fi -if test "$enable_pthread_support" = no; then +if test "$enable_pthread_support" != no; then AC_DEFINE(ENABLE_PTHREAD_SUPPORT, 1, [Define if you want have a thread safe libraries]) else