From 850f24c712d600f62e35546f36148c39b5c62131 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 9 Feb 2012 09:20:44 -0500 Subject: [PATCH] Disable setuid install for distcheck --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index c7d6431..0d8e231 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,3 @@ SUBDIRS = shared src clients data protocol tests + +DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install -- 2.7.4