diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-03-22 12:47:52 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-04-02 13:41:46 -0500 |
commit | 24c9d48cd6999f1e90f9f0e2bbfebd8e95d314d8 (patch) | |
tree | 597cc4672d31b1521f3a3001a3c14dfcad5fffd9 /configure.ac | |
parent | 495cec794dad95ed0c79048f3c410ad23e7d5ea4 (diff) |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 591d2b445..9dcd6bd73 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |