forked from aniani/vim
updated for version 7.0-137
This commit is contained in:
parent
e163f1cb99
commit
b90daee952
2
src/auto/configure
vendored
2
src/auto/configure
vendored
@ -15302,7 +15302,7 @@ if test "x$MACOSX" = "xyes" && test "x$CARBON" = "xyes" \
|
||||
&& test "x$GUITYPE" != "xCARBONGUI"; then
|
||||
echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
|
||||
echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
|
||||
if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
|
||||
if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
|
||||
|| test "x$features" = "xhuge"; then
|
||||
LIBS="$LIBS -framework Carbon"
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
|
@ -2838,7 +2838,7 @@ if test "x$MACOSX" = "xyes" && test "x$CARBON" = "xyes" \
|
||||
&& test "x$GUITYPE" != "xCARBONGUI"; then
|
||||
AC_MSG_CHECKING(whether we need -framework Carbon)
|
||||
dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
|
||||
if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
|
||||
if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
|
||||
|| test "x$features" = "xhuge"; then
|
||||
LIBS="$LIBS -framework Carbon"
|
||||
AC_MSG_RESULT(yes)
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
137,
|
||||
/**/
|
||||
136,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user