meson: Don't set UNIXCONN on Windows

As XTRANS_CONNECTION_FLAGS did, don't try to build unix socket support
on Windows.
This commit is contained in:
Jon Turney 2019-04-26 00:32:29 +01:00 committed by Adam Jackson
parent 93a1cdcc78
commit d21224cd15

View File

@ -185,7 +185,7 @@ if not conf_data.get('HAVE_GETPEEREID') and not conf_data.get('HAVE_GETPEERUCRED
endif
conf_data.set('TCPCONN', '1')
conf_data.set('UNIXCONN', '1')
conf_data.set('UNIXCONN', host_machine.system() != 'windows')
conf_data.set('IPv6', build_ipv6)
conf_data.set('BIGREQS', '1')