[Xcb] [PATCH] Link with winsock library for socket functions on MinGW
Uli Schlachter
psychon at znc.in
Sat Jul 4 07:15:58 PDT 2015
Am 29.06.2015 um 18:58 schrieb Jon TURNEY:
> On 09/04/2015 15:12, Jon TURNEY wrote:
>> On 17/03/2015 17:49, Jon TURNEY wrote:
>>> ---
>>> configure.ac | 9 +++++++++
>>> 1 file changed, 9 insertions(+)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 6e7e9c3..cce0ddb 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -206,6 +206,15 @@ case $host_os in
>>> ;;
>>> esac
>>>
>>> +dnl Link with winsock for socket functions on MinGW
>>> +case $host_os in
>>> + *mingw*)
>>> + AC_CHECK_LIB([ws2_32],[main])
>>> + ;;
>>> + *)
>>> + ;;
>>> +esac
>>> +
>>> XCB_EXTENSION(Composite, yes)
>>> XCB_EXTENSION(Damage, yes)
>>> XCB_EXTENSION(DPMS, yes)
>>
>> Ping?
>
> Ping?
Merged.
If anyone had complaints, they should have complained long ago. And anyway, this
is "only" mingw and I can assume that Jon tested this there.
Cheers,
Uli
--
Who needs a ~/.signature anyway?
More information about the Xcb
mailing list