diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |