mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 06:40:15 +01:00
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:
parent
495cec794d
commit
24c9d48cd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue