1
0
forked from aniani/vim

updated for version 7.4.255

Problem:    Configure check for smack doesn't work with all shells. (David
            Larson)
Solution:   Remove spaces in set command.
This commit is contained in:
Bram Moolenaar
2014-04-10 20:00:15 +02:00
parent c09551ab79
commit e29b1feead
3 changed files with 6 additions and 4 deletions

4
src/auto/configure vendored
View File

@@ -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*