aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-23 20:08:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-24 15:58:51 -0300
commitef6df15def7de0d6fe738e66d44ce99abc0d6527 (patch)
treef3b9f57e32b6d79291c4be0e54ea9b40986c4a23 /configure
parentconfigure*: Trim trailing spaces on var assignments (diff)
downloadfirejail-ef6df15def7de0d6fe738e66d44ce99abc0d6527.tar.gz
firejail-ef6df15def7de0d6fe738e66d44ce99abc0d6527.tar.zst
firejail-ef6df15def7de0d6fe738e66d44ce99abc0d6527.zip
configure*: Fix wrong quote character in AC_MSG_ERROR
Square brackets are used as quotes in autoconf. From Section 8.1.1, Active Characters of the Autoconf manual[1]: > To fully understand where proper quotation is important, you first > need to know what the special characters are in Autoconf: ‘#’ > introduces a comment inside which no macro expansion is performed, ‘,’ > separates arguments, ‘[’ and ‘]’ are the quotes themselves, ‘(’ and > ‘)’ (which M4 tries to match by pairs), and finally ‘$’ inside a macro > definition. [1] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.70/autoconf.html#Active-Characters
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a430d2629..ba553102d 100755
--- a/configure
+++ b/configure
@@ -3643,7 +3643,7 @@ fi
3643 3643
3644 3644
3645 if test "x$HAVE_GAWK" != "xyes"; then : 3645 if test "x$HAVE_GAWK" != "xyes"; then :
3646 as_fn_error $? "\"*** gawk not found ***\"" "$LINENO" 5 3646 as_fn_error $? "*** gawk not found ***" "$LINENO" 5
3647fi 3647fi
3648 3648
3649fi 3649fi