diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |