]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.255 v7.4.255
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Apr 2014 18:00:15 +0000 (20:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Apr 2014 18:00:15 +0000 (20:00 +0200)
Problem:    Configure check for smack doesn't work with all shells. (David
            Larson)
Solution:   Remove spaces in set command.

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

index fa047b5c11c57fbdbcbde0049b0dfb4f7d6369a0..bf40dea4db421234909f686f0a726859cbb4054d 100755 (executable)
@@ -4637,7 +4637,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 $as_echo "yes" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }; enable_smack = "no"
+$as_echo "no" >&6; }; enable_smack="no"
 fi
 rm -f conftest*
 
@@ -9303,7 +9303,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 $as_echo "yes" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; xim has been disabled" >&5
-$as_echo "no; xim has been disabled" >&6; }; enable_xim = "no"
+$as_echo "no; xim has been disabled" >&6; }; enable_xim="no"
 fi
 rm -f conftest*
 
index e97878012ebbffca012bb151b8cdf961c2a9468d..4b450ce04b3b90623992abd06c9772c35cc0c898 100644 (file)
@@ -405,7 +405,7 @@ if test "$enable_smack" = "yes"; then
   AC_MSG_CHECKING(for XATTR_NAME_SMACKEXEC in linux/xattr.h)
   AC_EGREP_CPP(XATTR_NAME_SMACKEXEC, [#include <linux/xattr.h>],
               AC_MSG_RESULT(yes),
-              AC_MSG_RESULT(no); enable_smack = "no")
+              AC_MSG_RESULT(no); enable_smack="no")
 fi
 if test "$enable_smack" = "yes"; then
   AC_CHECK_LIB(attr, setxattr,
@@ -2643,7 +2643,7 @@ if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF" -o -z "$SKIP_
     AC_MSG_CHECKING(for XIMText in X11/Xlib.h)
     AC_EGREP_CPP(XIMText, [#include <X11/Xlib.h>],
                  AC_MSG_RESULT(yes),
-                 AC_MSG_RESULT(no; xim has been disabled); enable_xim = "no")
+                 AC_MSG_RESULT(no; xim has been disabled); enable_xim="no")
   fi
   CPPFLAGS=$cppflags_save
 
index e236ae877f798f1d229bba54f3c9a4d9899b30ec..180a894125a96d72af1a52f7e975c646f1a071ba 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    255,
 /**/
     254,
 /**/