aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure b/configure
index 94f719710..53ea8f19d 100755
--- a/configure
+++ b/configure
@@ -628,6 +628,7 @@ HAVE_SECCOMP_H
628EGREP 628EGREP
629GREP 629GREP
630CPP 630CPP
631HAVE_SELINUX
631HAVE_CONTRIB_INSTALL 632HAVE_CONTRIB_INSTALL
632HAVE_GCOV 633HAVE_GCOV
633BUSYBOX_WORKAROUND 634BUSYBOX_WORKAROUND
@@ -721,6 +722,7 @@ enable_fatal_warnings
721enable_busybox_workaround 722enable_busybox_workaround
722enable_gcov 723enable_gcov
723enable_contrib_install 724enable_contrib_install
725enable_selinux
724' 726'
725 ac_precious_vars='build_alias 727 ac_precious_vars='build_alias
726host_alias 728host_alias
@@ -1365,6 +1367,7 @@ Optional Features:
1365 --enable-gcov Gcov instrumentation 1367 --enable-gcov Gcov instrumentation
1366 --enable-contrib-install 1368 --enable-contrib-install
1367 install contrib scripts 1369 install contrib scripts
1370 --enable-selinux SELinux labeling support
1368 1371
1369Some influential environment variables: 1372Some influential environment variables:
1370 CC C compiler command 1373 CC C compiler command
@@ -3695,6 +3698,20 @@ else
3695fi 3698fi
3696 3699
3697 3700
3701HAVE_SELINUX=""
3702# Check whether --enable-selinux was given.
3703if test "${enable_selinux+set}" = set; then :
3704 enableval=$enable_selinux;
3705fi
3706
3707if test "x$enable_selinux" = "xyes"; then :
3708
3709 HAVE_SELINUX="-DHAVE_SELINUX"
3710 EXTRA_LDFLAGS+=" -lselinux "
3711
3712
3713fi
3714
3698# checking pthread library 3715# checking pthread library
3699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5 3716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
3700$as_echo_n "checking for main in -lpthread... " >&6; } 3717$as_echo_n "checking for main in -lpthread... " >&6; }
@@ -5364,5 +5381,6 @@ echo " EXTRA_CFLAGS: $EXTRA_CFLAGS"
5364echo " fatal warnings: $HAVE_FATAL_WARNINGS" 5381echo " fatal warnings: $HAVE_FATAL_WARNINGS"
5365echo " Gcov instrumentation: $HAVE_GCOV" 5382echo " Gcov instrumentation: $HAVE_GCOV"
5366echo " Install contrib scripts: $HAVE_CONTRIB_INSTALL" 5383echo " Install contrib scripts: $HAVE_CONTRIB_INSTALL"
5384echo " SELinux labeling support: $HAVE_SELINUX"
5367echo " Install as a SUID executable: $HAVE_SUID" 5385echo " Install as a SUID executable: $HAVE_SUID"
5368echo 5386echo