summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9faa69d9c..f93df361f 100644
--- a/configure.in
+++ b/configure.in
@@ -736,7 +736,7 @@ case $uname in
GLDEMOS=""
fi
- if test "x$enable_threads" = xyes; then
+ if test "x$enable_threads" != xno; then
if test x$have_pthread = xyes; then
AC_DEFINE(HAVE_PTHREAD)
fi