lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
b85ecc8
To: vim-dev@vim.org
b85ecc8
Subject: Patch 7.0.137
b85ecc8
Fcc: outbox
b85ecc8
From: Bram Moolenaar <Bram@moolenaar.net>
b85ecc8
Mime-Version: 1.0
b85ecc8
Content-Type: text/plain; charset=ISO-8859-1
b85ecc8
Content-Transfer-Encoding: 8bit
b85ecc8
------------
b85ecc8
b85ecc8
Patch 7.0.137
b85ecc8
Problem:    Configure check for big features is wrong.
b85ecc8
Solution:   Change "==" to "=". (Martti Kuparinen)
b85ecc8
Files:	    src/auto/configure, src/configure.in
b85ecc8
b85ecc8
b85ecc8
*** ../vim-7.0.136/src/auto/configure	Tue Oct 10 11:40:53 2006
b85ecc8
--- src/auto/configure	Tue Oct 17 11:41:59 2006
b85ecc8
***************
b85ecc8
*** 15302,15308 ****
b85ecc8
  	&& test "x$GUITYPE" != "xCARBONGUI"; then
b85ecc8
    echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
b85ecc8
  echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
b85ecc8
!     if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
b85ecc8
  	|| test "x$features" = "xhuge"; then
b85ecc8
      LIBS="$LIBS -framework Carbon"
b85ecc8
      echo "$as_me:$LINENO: result: yes" >&5
b85ecc8
--- 15302,15308 ----
b85ecc8
  	&& test "x$GUITYPE" != "xCARBONGUI"; then
b85ecc8
    echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
b85ecc8
  echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
b85ecc8
!     if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
b85ecc8
  	|| test "x$features" = "xhuge"; then
b85ecc8
      LIBS="$LIBS -framework Carbon"
b85ecc8
      echo "$as_me:$LINENO: result: yes" >&5
b85ecc8
*** ../vim-7.0.136/src/configure.in	Tue Oct 10 11:40:53 2006
b85ecc8
--- src/configure.in	Tue Oct 17 11:40:59 2006
b85ecc8
***************
b85ecc8
*** 2838,2844 ****
b85ecc8
  	&& test "x$GUITYPE" != "xCARBONGUI"; then
b85ecc8
    AC_MSG_CHECKING(whether we need -framework Carbon)
b85ecc8
    dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
b85ecc8
!   if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
b85ecc8
  	|| test "x$features" = "xhuge"; then
b85ecc8
      LIBS="$LIBS -framework Carbon"
b85ecc8
      AC_MSG_RESULT(yes)
b85ecc8
--- 2838,2844 ----
b85ecc8
  	&& test "x$GUITYPE" != "xCARBONGUI"; then
b85ecc8
    AC_MSG_CHECKING(whether we need -framework Carbon)
b85ecc8
    dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
b85ecc8
!   if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
b85ecc8
  	|| test "x$features" = "xhuge"; then
b85ecc8
      LIBS="$LIBS -framework Carbon"
b85ecc8
      AC_MSG_RESULT(yes)
b85ecc8
*** ../vim-7.0.136/src/version.c	Tue Oct 17 11:12:28 2006
b85ecc8
--- src/version.c	Tue Oct 17 11:49:14 2006
b85ecc8
***************
b85ecc8
*** 668,669 ****
b85ecc8
--- 668,671 ----
b85ecc8
  {   /* Add new patch number below this line */
b85ecc8
+ /**/
b85ecc8
+     137,
b85ecc8
  /**/
b85ecc8
b85ecc8
-- 
b85ecc8
CVS sux, men don't like commitment
b85ecc8
b85ecc8
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
b85ecc8
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
b85ecc8
\\\        download, build and distribute -- http://www.A-A-P.org        ///
b85ecc8
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///