diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-05 12:02:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-05 12:02:25 +0200 |
commit | 4ed89cdf41cf3d509fd30e6f7c577a7c090679a9 (patch) | |
tree | 1f486635fd389d67ef1b36467f42dc71e21525f3 /src/auto | |
parent | 21e854e5ce08ad419441136b1698d535ff818a72 (diff) | |
download | vim-4ed89cdf41cf3d509fd30e6f7c577a7c090679a9.zip |
updated for version 7.4.246
Problem: Configure message for detecting smack are out of sequence.
Solution: Put the messages in the right place. (Kazunobu Kuriyama)
Diffstat (limited to 'src/auto')
-rwxr-xr-x | src/auto/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/auto/configure b/src/auto/configure index b73bc99af..0b9ea5a94 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -4600,6 +4600,8 @@ else fi if test "$enable_smack" = "yes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } ac_fn_c_check_header_mongrel "$LINENO" "linux/xattr.h" "ac_cv_header_linux_xattr_h" "$ac_includes_default" if test "x$ac_cv_header_linux_xattr_h" = xyes; then : true @@ -4608,10 +4610,11 @@ else fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } fi if test "$enable_smack" = "yes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llistxattr in -lattr" >&5 $as_echo_n "checking for llistxattr in -lattr... " >&6; } if ${ac_cv_lib_attr_llistxattr+:} false; then : @@ -4655,9 +4658,6 @@ if test "x$ac_cv_lib_attr_llistxattr" = xyes; then : fi -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } fi if test "x$found_smack" = "x"; then |