summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a3dac53..772e275 100644
--- a/configure.in
+++ b/configure.in
@@ -777,7 +777,7 @@ case X-$THREADSAFE in
;;
esac
-if test X-yes != X-$THREADSAFE; then
+if test X-yes = X-$THREADSAFE; then
AC_DEFINE(HAVE_THREADSAFE)
fi