aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-15 01:17:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-15 01:23:13 -0300
commiteb548749f0ea7687224544e4e7f15a3a93405b5d (patch)
treee1975b1ac2664e9b1651715ea12c7f5eb7b98d30 /configure
parenttest/fs/invalid_filename.exp: s/end/send/ (diff)
downloadfirejail-eb548749f0ea7687224544e4e7f15a3a93405b5d.tar.gz
firejail-eb548749f0ea7687224544e4e7f15a3a93405b5d.tar.zst
firejail-eb548749f0ea7687224544e4e7f15a3a93405b5d.zip
configure*: fix typo in output (--ouput -> --output)
This amends commit 72ba0b7e5 ("compile time: disable --output", 2021-02-28).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d9f81f863..80f1cbe09 100755
--- a/configure
+++ b/configure
@@ -5303,7 +5303,7 @@ Features:
5303 chroot: $HAVE_CHROOT 5303 chroot: $HAVE_CHROOT
5304 DBUS proxy support: $HAVE_DBUSPROXY 5304 DBUS proxy support: $HAVE_DBUSPROXY
5305 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES 5305 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES
5306 enable --ouput logging: $HAVE_OUTPUT 5306 enable --output logging: $HAVE_OUTPUT
5307 file transfer support: $HAVE_FILE_TRANSFER 5307 file transfer support: $HAVE_FILE_TRANSFER
5308 firetunnel support: $HAVE_FIRETUNNEL 5308 firetunnel support: $HAVE_FIRETUNNEL
5309 global config: $HAVE_GLOBALCFG 5309 global config: $HAVE_GLOBALCFG