aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-09 12:26:27 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-09 16:38:59 -0300
commit5a5e603cd8185a61c7535af87101a6d76b451fae (patch)
treee56465f614996086c06abd1b84c3264a490ebb2a /configure
parentRemove skip ci if conndition from workflows (diff)
downloadfirejail-5a5e603cd8185a61c7535af87101a6d76b451fae.tar.gz
firejail-5a5e603cd8185a61c7535af87101a6d76b451fae.tar.zst
firejail-5a5e603cd8185a61c7535af87101a6d76b451fae.zip
configure*: fix typo of HAVE_USERTMPFS
Added on commit 64a8d6a7f ("compile time option to disable --private-cache and --tmpfs for regular user"). These are the only occurrences: $ git ls-files -z | xargs -0 grep -Fin USERTMPS configure:3542:HAVE_USERTMPS="" configure.ac:80:HAVE_USERTMPS=""
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4c19e6e85..2c00dedaf 100755
--- a/configure
+++ b/configure
@@ -3539,7 +3539,7 @@ HAVE_OVERLAYFS=""
3539# AC_SUBST(HAVE_OVERLAYFS) 3539# AC_SUBST(HAVE_OVERLAYFS)
3540#]) 3540#])
3541 3541
3542HAVE_USERTMPS="" 3542HAVE_USERTMPFS=""
3543# Check whether --enable-usertmpfs was given. 3543# Check whether --enable-usertmpfs was given.
3544if test "${enable_usertmpfs+set}" = set; then : 3544if test "${enable_usertmpfs+set}" = set; then :
3545 enableval=$enable_usertmpfs; 3545 enableval=$enable_usertmpfs;