mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-23 00:20:13 +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>
(cherry picked from commit 24c9d48cd6)
This commit is contained in:
parent
b12f6142f3
commit
f121ce4d22
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])
|
AC_MSG_CHECKING([to see if we can install the Xorg server as root])
|
||||||
if test "x$SETUID" = "xauto" ; then
|
if test "x$SETUID" = "xauto" ; then
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
cygwin*) SETUID="no" ;;
|
||||||
darwin*) SETUID="no" ;;
|
darwin*) SETUID="no" ;;
|
||||||
*)
|
*)
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue