aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cb20589cb..b52df6376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,8 +131,8 @@ AS_IF([test "x$enable_man" != "xno"], [
131HAVE_FIRETUNNEL="" 131HAVE_FIRETUNNEL=""
132AC_SUBST([HAVE_FIRETUNNEL]) 132AC_SUBST([HAVE_FIRETUNNEL])
133AC_ARG_ENABLE([firetunnel], 133AC_ARG_ENABLE([firetunnel],
134 [AS_HELP_STRING([--disable-firetunnel], [disable firetunnel])]) 134 [AS_HELP_STRING([--enable-firetunnel], [enable firetunnel])])
135AS_IF([test "x$enable_firetunnel" != "xno"], [ 135AS_IF([test "x$enable_firetunnel" = "xyes"], [
136 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL" 136 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
137]) 137])
138 138