Skip to content

Commit

Permalink
build: fix formatting --disable-sandbox-check
Browse files Browse the repository at this point in the history
Make it match the other `AC_ARG_ENABLE` code.

This amends commit a53de49 ("build: improve --disable-sandbox-check
help string", 2025-01-13).

Relates to #6592.
  • Loading branch information
kmk3 committed Jan 15, 2025
1 parent a53de49 commit 6574db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ AS_IF([test "x$enable_sanitizer" != "xno" ], [
HAVE_SANDBOX_CHECK=""
AC_SUBST([HAVE_SANDBOX_CHECK])
AC_ARG_ENABLE([sandbox-check],
[AS_HELP_STRING([--disable-sandbox-check],
[disable checking if firejail is running within a sandbox, only use
this when developing firejail inside of a sandbox])])
[AS_HELP_STRING([--disable-sandbox-check],
[disable checking if firejail is running within a sandbox, only use
this when developing firejail inside of a sandbox])])
AS_IF([test "x$enable_sandbox_check" != "xno"], [
HAVE_SANDBOX_CHECK="-DHAVE_SANDBOX_CHECK"
])
Expand Down

0 comments on commit 6574db6

Please sign in to comment.