[MPlayer-dev-eng] [PATCH] correct false negative in configure check
Diego Biurrun
diego at biurrun.de
Sat Jan 22 15:18:37 CET 2005
Alexander Strange writes:
> This patch corrects a bug in the configure script; the test to check
> for working pthreads fails if the system can support pthreads without
> any gcc options (for instance, Darwin).
I'm a bit suspicious of this patch:
elif hpux ; then
_ld_pthread=''
elif ( cc_check && $TMPO ) ; then # QNX
- _ld_pthread=''
+ _ld_pthread=' '
Maybe you can explain how adding a space as pthread option helps
Darwin. Also if you look at the line above your change, this check is
specific for QNX.. Are you sure you are not breaking QNX?
Diego
More information about the MPlayer-dev-eng
mailing list