Disable setuid configure test on Cygwin

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

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
This commit is contained in:
Yaakov Selkowitz 2010-03-22 12:47:52 -05:00
parent 495cec794d
commit 24c9d48cd6
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,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