]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.246 v7.4.246
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Apr 2014 10:02:25 +0000 (12:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Apr 2014 10:02:25 +0000 (12:02 +0200)
Problem:    Configure message for detecting smack are out of sequence.
Solution:   Put the messages in the right place. (Kazunobu Kuriyama)

src/auto/configure
src/configure.in
src/version.c

index b73bc99afca3f382ff2047fc41472fd8594eece6..0b9ea5a946433c58af3ff809fc1ac5234513584e 100755 (executable)
@@ -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
index 22ff9fd8ac8677d9382578d3f5db0e70d84285bd..b22b9ea5cd75ae9e2f1a9a325e8a3e8aff1aca53 100644 (file)
@@ -393,16 +393,16 @@ AC_ARG_ENABLE(smack,
        [  --disable-smack        Do not check for Smack support.],
        , enable_smack="yes")
 if test "$enable_smack" = "yes"; then
+  AC_MSG_RESULT(no)
   AC_CHECK_HEADER([linux/xattr.h], true, enable_smack="no")
+else
+   AC_MSG_RESULT(yes)
 fi
 if test "$enable_smack" = "yes"; then
-  AC_MSG_RESULT(no)
   AC_CHECK_LIB(attr, llistxattr,
          [LIBS="$LIBS -lattr"
           found_smack="yes"
           AC_DEFINE(HAVE_SMACK)])
-else
-   AC_MSG_RESULT(yes)
 fi
 
 dnl When smack was found don't search for SELinux
index e38acfbd5b9ee6febeedc6e2621b2108c3f1c7fa..420f4e3c3febd41df3ab7d750559f850a42b9f24 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    246,
 /**/
     245,
 /**/