configure.ac: Disable unix domain sockets by default if we're on cygwin.

This commit is contained in:
Tony Miller 2010-10-02 13:27:02 -07:00
parent e10b872fc3
commit e69df36e4a

View File

@ -437,7 +437,7 @@ if test x$enable_tcp = xyes; then
fi
case "$host_os" in
mingw* | windows*)
mingw* | windows* | cygwin*)
enable_un=no
;;
esac