# HG changeset patch # User diego # Date 1106418623 0 # Node ID aacd81655870584685a249d26bc0d0efa05a10fe # Parent 5f7fa0a7e4a81b4779e343256c5191493ce75203 The test to check for working pthreads fails if the system can support pthreads without any gcc options (for instance, Darwin). patch by Alexander Strange diff -r 5f7fa0a7e4a8 -r aacd81655870 configure --- a/configure Sat Jan 22 18:12:40 2005 +0000 +++ b/configure Sat Jan 22 18:30:23 2005 +0000 @@ -2691,7 +2691,7 @@ 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