Commit e69df36e authored by Tony Miller's avatar Tony Miller

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

parent e10b872f
...@@ -437,7 +437,7 @@ if test x$enable_tcp = xyes; then ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment