From: Victor Julien Date: Mon, 27 Nov 2017 08:06:03 +0000 (+0100) Subject: mingw/cygwin: explicitly disable unix socket X-Git-Tag: suricata-4.1.0-beta1~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1261d30df0fd1d9139c3d3a8ee371fdd3032b7fb;p=thirdparty%2Fsuricata.git mingw/cygwin: explicitly disable unix socket --- diff --git a/configure.ac b/configure.ac index 8054aeb784..805afdeddc 100644 --- a/configure.ac +++ b/configure.ac @@ -760,8 +760,10 @@ else case $host in *-*-mingw32*) + enable_unixsocket="no" ;; *-*-cygwin) + enable_unixsocket="no" ;; *) if test "x$enable_unixsocket" = "xtest"; then