From: Yaakov Selkowitz <yselkow...@users.sourceforge.net>

Only Xorg is installed setuid, so there is no need to run this configure
test on Cygwin.

Signed-off-by: Yaakov Selkowitz <yselkow...@users.sourceforge.net>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 762565d..6b3c002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -661,6 +661,7 @@ AC_ARG_ENABLE(install-setuid,
 AC_MSG_CHECKING([to see if we can install the Xorg server as root])
 if test "x$SETUID" = "xauto" ; then
        case $host_os in
+           cygwin*)            SETUID="no"  ;;
            darwin*)            SETUID="no"  ;;
            *)
                case $host_cpu in
-- 
1.6.6.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