summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 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
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