mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-159
This commit is contained in:
parent
92a990ba84
commit
94ba1ce055
2
src/auto/configure
vendored
2
src/auto/configure
vendored
@ -15519,7 +15519,7 @@ fi
|
||||
if test "$enable_multibyte" = "yes"; then
|
||||
cflags_save=$CFLAGS
|
||||
ldflags_save=$LDFLAGS
|
||||
if test -n "$x_includes" ; then
|
||||
if test "x$x_includes" != "xNONE" ; then
|
||||
CFLAGS="$CFLAGS -I$x_includes"
|
||||
LDFLAGS="$X_LIBS $LDFLAGS -lX11"
|
||||
{ $as_echo "$as_me:$LINENO: checking whether X_LOCALE needed" >&5
|
||||
|
@ -2952,7 +2952,7 @@ dnl Check if X_LOCALE should be defined.
|
||||
if test "$enable_multibyte" = "yes"; then
|
||||
cflags_save=$CFLAGS
|
||||
ldflags_save=$LDFLAGS
|
||||
if test -n "$x_includes" ; then
|
||||
if test "x$x_includes" != "xNONE" ; then
|
||||
CFLAGS="$CFLAGS -I$x_includes"
|
||||
LDFLAGS="$X_LIBS $LDFLAGS -lX11"
|
||||
AC_MSG_CHECKING(whether X_LOCALE needed)
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
159,
|
||||
/**/
|
||||
158,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user