Signed-off-by: Jon TURNEY <jon.tur...@dronecode.org.uk>
---
 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index a203ab2..79d5557 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,6 +705,9 @@ case $host_os in
                XSELINUX=no
                XV=no
                ;;
+       mingw*)
+               XV=no
+               ;;
        darwin*)
                PCI=no
                INT10MODULE=no
@@ -1522,6 +1525,7 @@ if test "x$XORG" = xauto; then
        XORG="yes"
        case $host_os in
                cygwin*) XORG="no" ;;
+               mingw*)  XORG="no" ;;
                darwin*) XORG="no" ;;
        esac
 fi
@@ -1923,6 +1927,7 @@ if test "x$DMX" = xauto; then
        DMX="$have_dmx"
        case $host_os in
                cygwin*) DMX="no" ;;
+               mingw*)  DMX="no" ;;
                darwin*) DMX="no" ;;
        esac
 fi
-- 
1.7.5.1

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to