aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 10:05:06 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 10:05:06 -0400
commitbebf68303ac870eaa6981a7e797fa263ce221ae3 (patch)
tree71a856de10d3da6464e268b401e1e4d156d30672 /configure
parentmore on disable cgroups (diff)
downloadfirejail-bebf68303ac870eaa6981a7e797fa263ce221ae3.tar.gz
firejail-bebf68303ac870eaa6981a7e797fa263ce221ae3.tar.zst
firejail-bebf68303ac870eaa6981a7e797fa263ce221ae3.zip
compile time: changed --disable-firetunnel into --enable-firetunnel
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 2dffacc32..5b9da4952 100755
--- a/configure
+++ b/configure
@@ -1378,7 +1378,7 @@ Optional Features:
1378 --disable-output disable --output logging 1378 --disable-output disable --output logging
1379 --disable-usertmpfs disable tmpfs as regular user 1379 --disable-usertmpfs disable tmpfs as regular user
1380 --disable-man disable man pages 1380 --disable-man disable man pages
1381 --disable-firetunnel disable firetunnel 1381 --enable-firetunnel enable firetunnel
1382 --disable-private-home disable private home feature 1382 --disable-private-home disable private home feature
1383 --disable-chroot disable chroot 1383 --disable-chroot disable chroot
1384 --disable-globalcfg if the global config file firejail.config is not 1384 --disable-globalcfg if the global config file firejail.config is not
@@ -3236,8 +3236,8 @@ if test "x$enable_apparmor" = "xyes"; then :
3236 HAVE_APPARMOR="-DHAVE_APPARMOR" 3236 HAVE_APPARMOR="-DHAVE_APPARMOR"
3237 3237
3238pkg_failed=no 3238pkg_failed=no
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AA" >&5 3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libapparmor" >&5
3240$as_echo_n "checking for AA... " >&6; } 3240$as_echo_n "checking for libapparmor... " >&6; }
3241 3241
3242if test -n "$AA_CFLAGS"; then 3242if test -n "$AA_CFLAGS"; then
3243 pkg_cv_AA_CFLAGS="$AA_CFLAGS" 3243 pkg_cv_AA_CFLAGS="$AA_CFLAGS"
@@ -3277,7 +3277,7 @@ fi
3277 3277
3278 3278
3279if test $pkg_failed = yes; then 3279if test $pkg_failed = yes; then
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3281$as_echo "no" >&6; } 3281$as_echo "no" >&6; }
3282 3282
3283if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3283if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -3304,7 +3304,7 @@ Alternatively, you may set the environment variables AA_CFLAGS
3304and AA_LIBS to avoid the need to call pkg-config. 3304and AA_LIBS to avoid the need to call pkg-config.
3305See the pkg-config man page for more details." "$LINENO" 5 3305See the pkg-config man page for more details." "$LINENO" 5
3306elif test $pkg_failed = untried; then 3306elif test $pkg_failed = untried; then
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3308$as_echo "no" >&6; } 3308$as_echo "no" >&6; }
3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -3455,7 +3455,7 @@ if test "${enable_firetunnel+set}" = set; then :
3455 enableval=$enable_firetunnel; 3455 enableval=$enable_firetunnel;
3456fi 3456fi
3457 3457
3458if test "x$enable_firetunnel" != "xno"; then : 3458if test "x$enable_firetunnel" = "xyes"; then :
3459 3459
3460 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL" 3460 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
3461 3461