Patch 7.3.1193
Problem:    fail_if_missing not used for Python 3.
Solution:   Give an error when Python 3 can't be configured. (Andrei Olsen)
Files:      src/configure.in, src/auto/configure


*** ../vim-7.3.1192/src/configure.in    2013-06-11 20:53:24.000000000 +0200
--- src/configure.in    2013-06-14 21:19:40.000000000 +0200
***************
*** 1229,1234 ****
--- 1229,1237 ----
        AC_MSG_RESULT(too old)
      fi
    fi
+   if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
+     AC_MSG_ERROR([could not configure python3])
+   fi
  fi
  
  AC_SUBST(PYTHON3_CONFDIR)
*** ../vim-7.3.1192/src/auto/configure  2013-06-11 20:53:24.000000000 +0200
--- src/auto/configure  2013-06-14 21:19:43.000000000 +0200
***************
*** 5826,5831 ****
--- 5826,5834 ----
  $as_echo "too old" >&6; }
      fi
    fi
+   if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
+     as_fn_error "could not configure python3" "$LINENO" 5
+   fi
  fi
  
  
*** ../vim-7.3.1192/src/version.c       2013-06-14 21:15:21.000000000 +0200
--- src/version.c       2013-06-14 21:20:51.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
  {   /* Add new patch number below this line */
+ /**/
+     1193,
  /**/

-- 
$ echo pizza > /dev/oven

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui