aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-02 05:55:32 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commitef9d3f3a6226402bf4084020e124c4cab58519cd (patch)
treebe5dd7ce391163fcd67a622fbdaee73ff6da9073 /configure
parentREADME.md update (diff)
downloadfirejail-ef9d3f3a6226402bf4084020e124c4cab58519cd.tar.gz
firejail-ef9d3f3a6226402bf4084020e124c4cab58519cd.tar.zst
firejail-ef9d3f3a6226402bf4084020e124c4cab58519cd.zip
configure*: run autoconf
An output message and some whitespace were changed on commit 9903aaa9c ("rel 0.9.68rc1 testing", 2022-01-18). Environment: autoconf 2.69 (with the runstatedir patch) on Artix Linux
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index c4fd7804f..e59579e4c 100755
--- a/configure
+++ b/configure
@@ -3236,8 +3236,8 @@ if test "x$enable_apparmor" = "xyes"; then :
3236 HAVE_APPARMOR="-DHAVE_APPARMOR" 3236 HAVE_APPARMOR="-DHAVE_APPARMOR"
3237 3237
3238pkg_failed=no 3238pkg_failed=no
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libapparmor" >&5 3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AA" >&5
3240$as_echo_n "checking for libapparmor... " >&6; } 3240$as_echo_n "checking for AA... " >&6; }
3241 3241
3242if test -n "$AA_CFLAGS"; then 3242if test -n "$AA_CFLAGS"; then
3243 pkg_cv_AA_CFLAGS="$AA_CFLAGS" 3243 pkg_cv_AA_CFLAGS="$AA_CFLAGS"
@@ -3277,7 +3277,7 @@ fi
3277 3277
3278 3278
3279if test $pkg_failed = yes; then 3279if test $pkg_failed = yes; then
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3281$as_echo "no" >&6; } 3281$as_echo "no" >&6; }
3282 3282
3283if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3283if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -3304,7 +3304,7 @@ Alternatively, you may set the environment variables AA_CFLAGS
3304and AA_LIBS to avoid the need to call pkg-config. 3304and AA_LIBS to avoid the need to call pkg-config.
3305See the pkg-config man page for more details." "$LINENO" 5 3305See the pkg-config man page for more details." "$LINENO" 5
3306elif test $pkg_failed = untried; then 3306elif test $pkg_failed = untried; then
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3308$as_echo "no" >&6; } 3308$as_echo "no" >&6; }
3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}