aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 550604aec..41e3bb0e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -339,7 +339,7 @@ Features:
339 chroot: $HAVE_CHROOT 339 chroot: $HAVE_CHROOT
340 DBUS proxy support: $HAVE_DBUSPROXY 340 DBUS proxy support: $HAVE_DBUSPROXY
341 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES 341 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES
342 enable --ouput logging: $HAVE_OUTPUT 342 enable --output logging: $HAVE_OUTPUT
343 file transfer support: $HAVE_FILE_TRANSFER 343 file transfer support: $HAVE_FILE_TRANSFER
344 firetunnel support: $HAVE_FIRETUNNEL 344 firetunnel support: $HAVE_FIRETUNNEL
345 global config: $HAVE_GLOBALCFG 345 global config: $HAVE_GLOBALCFG