summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 21184034d3..85a63abc37 100755
--- a/configure
+++ b/configure
@@ -2691,7 +2691,7 @@ if mingw32 ; then
elif hpux ; then
_ld_pthread=''
elif ( cc_check && $TMPO ) ; then # QNX
- _ld_pthread=''
+ _ld_pthread=' ' # _ld_pthread='' would disable pthreads, but the test worked
elif ( cc_check -lpthread && $TMPO ) ; then
_ld_pthread='-lpthread'
elif ( cc_check -pthread && $TMPO ) ; then