From e69df36e4a4a1f339701ef74aaefac6f46f622ea Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Sat, 2 Oct 2010 13:27:02 -0700 Subject: configure.ac: Disable unix domain sockets by default if we're on cygwin. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2834ac676..255d036ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3