diff --git a/configure.ac b/configure.ac index ef0b936b6..a0c553f76 100644 --- a/configure.ac +++ b/configure.ac @@ -215,7 +215,10 @@ AC_DEFINE(SHAPE,1,[Support SHAPE extension]) AC_MSG_CHECKING([whether to build Xdmx DDX]) if test x$DMX = xauto; then - DMX="yes" + case $host_os in + linux*) DMX="yes" ;; + *) DMX="no" ;; + esac fi AC_MSG_RESULT([$DMX]) if test "$DMX" = yes; then