From 20f5b528547e645175f50d3f652f237b17716b58 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 22 Jan 2005 18:30:23 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14580 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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