aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-23 09:14:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-23 09:14:57 -0400
commitfa93551a220215b3308983372823e136c0728e73 (patch)
tree8da640d6b2260286523257079e66e7cc56864751 /configure.ac
parentadd files to sandbox container (--put) (diff)
downloadfirejail-fa93551a220215b3308983372823e136c0728e73.tar.gz
firejail-fa93551a220215b3308983372823e136c0728e73.tar.zst
firejail-fa93551a220215b3308983372823e136c0728e73.zip
fixed make deb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 10534c9ab..e664cbe31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,10 +9,6 @@ AC_PROG_CC
9AC_PROG_INSTALL 9AC_PROG_INSTALL
10AC_PROG_RANLIB 10AC_PROG_RANLIB
11 11
12# Allow to build without apparmor support by calling:
13# ./configure --disable-apparmor
14# This makes it possible to run snaps in devmode on almost any host,
15# regardless of the kernel version.
16HAVE_APPARMOR="" 12HAVE_APPARMOR=""
17AC_ARG_ENABLE([apparmor], 13AC_ARG_ENABLE([apparmor],
18 AS_HELP_STRING([--enable-apparmor], [enable apparmor])) 14 AS_HELP_STRING([--enable-apparmor], [enable apparmor]))