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 519bbd7..e24f73c 100644
--- a/configure.in
+++ b/configure.in
@@ -1360,7 +1360,7 @@ pthread_create (NULL, NULL, start_routine, NULL)], [
THREADOBJ="Python/thread.o"
USE_THREAD_MODULE=""])
- if test $posix_threads != "yes"; then
+ if test "$posix_threads" != "yes"; then
AC_CHECK_LIB(thread, thr_create, [AC_DEFINE(WITH_THREAD)
LIBS="$LIBS -lthread"
THREADOBJ="Python/thread.o"