Seema Alevoor wrote:
>
>> It sounds to me like the APR hard-coding of flags for threads on Solaris 
>> should look like:
>>
>> if !disable-threads
>>   if $CC -flags | grep -- '^-mt.*multi-threaded' >/dev/null 2>&1
>>      use -mt for compiling and linking
>>   else
>>     use -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT for compiling
>>   fi
>> fi
>>
>>     
>
> Agreed. I will make the changes and repost the diffs.
>   
Thanks for bearing with me on this, and showing the URL for the commentary!


Reply via email to