Signed-off-by: Jon TURNEY <[email protected]>
---
 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4afac82..868e086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -715,6 +715,9 @@ case $host_os in
                XV=no
                SYMBOL_VISIBILITY=no
                ;;
+       mingw*)
+               XV=no
+               ;;
        darwin*)
                PCI=no
                INT10MODULE=no
@@ -1547,6 +1550,7 @@ if test "x$XORG" = xauto; then
        XORG="yes"
        case $host_os in
                cygwin*) XORG="no" ;;
+               mingw*)  XORG="no" ;;
                darwin*) XORG="no" ;;
        esac
 fi
@@ -1948,6 +1952,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.9

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to