configure.ac: Disable unix domain sockets by default if we're on cygwin.
This commit is contained in:
parent
e10b872fc3
commit
e69df36e4a
@ -437,7 +437,7 @@ if test x$enable_tcp = xyes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
mingw* | windows*)
|
mingw* | windows* | cygwin*)
|
||||||
enable_un=no
|
enable_un=no
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user