summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 54485fa..60c11e8 100755
--- a/configure
+++ b/configure
@@ -7786,7 +7786,7 @@ case X-$THREADSAFE in
;;
esac
-if test X-yes != X-$THREADSAFE; then
+if test X-yes = X-$THREADSAFE; then
cat >> confdefs.h <<\EOF
#define HAVE_THREADSAFE 1
EOF