Martin Storsjö <[email protected]> writes:

> On Tue, 1 Nov 2011, Janne Grunau wrote:
>
>> ---
>> configure |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure b/configure
>> index c23660e..d7a1b5b 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2436,7 +2436,7 @@ case $target_os in
>>             disable network
>>         else
>>             target_os=mingw32
>> -            enable_weak w32threads
>> +            enabled pthreads || enable_weak w32threads
>>         fi
>>         LIBTARGET=i386
>>         if enabled x86_64; then
>> -- 
>> 1.7.7.1
>
> Looks sane to me, but I'd like Måns opinion on whether this is a good
> way of doing it.

The answer depends on what "it" is, but I suspect I'd prefer somehow
doing it outside the per-OS section.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to