summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-07-19 14:13:06 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-07-19 14:17:58 -0400
commit71375066a441621d97ac7698c7206f66c44fbacd (patch)
tree48025f68adb0ed757fd2df9f57e90a7d77d94388 /configure.ac
parent82a1d11cfaf501d198d194ed9b7e6c1c142c6152 (diff)
Never install weston setuid
We don't support this anymore. weston requires a setuid helper (such as weston-launch) to run under kms, and should never run as root itself. Disabe the setuid warning in configure.ac since we now only install the minimal weston-launch as setuid.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 6c27cd4..30c12b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,13 +247,3 @@ AC_CONFIG_FILES([Makefile
protocol/Makefile
tests/Makefile])
AC_OUTPUT
-
-if test "x$enable_setuid_install" = xyes; then
-AC_MSG_WARN([
-
- *** You've enabled the setuid install hook. Weston is still a
- *** pre-alpha project and may have bugs and issues that make a
- *** setuid install unsafe. Proceed at your own risk.
-])
-fi
-