aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-30 23:08:19 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-30 23:08:19 +0200
commite407720bbaa718d97eefacb62ff96a7796f54281 (patch)
tree4a7024ad793381d9db8ccc4cf65e74b5299bc349 /autogen.sh
parent4cf23685101ff9e1a15f47cb0da49a6ec10b8e27 (diff)
downloadudev-e407720bbaa718d97eefacb62ff96a7796f54281.tar.gz
autogen.sh: add --with-selinux
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 234e8290..4532e870 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -42,7 +42,7 @@ echo " automake: $(automake --version | head -1)"
automake --add-missing
if test -z "$@"; then
- args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
+ args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux"
args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))"
export CFLAGS="-g -Wall \
-Wmissing-declarations -Wmissing-prototypes \