# HG changeset patch
# User ZyX <[email protected]>
# Date 1367163748 -14400
# Branch python-extended-2
# Node ID e29132a9a246e303b8ce749564f7328bc2329ac0
# Parent  5a313de268b20a15b0121ff3696d7ded2e570ab9
Drop support for <python-2.2

diff -r 5a313de268b2 -r e29132a9a246 src/configure.in
--- a/src/configure.in  Sun Apr 28 19:14:16 2013 +0400
+++ b/src/configure.in  Sun Apr 28 19:42:28 2013 +0400
@@ -863,10 +863,10 @@
            ${vi_cv_path_python} -c 'import sys; print sys.version[:3]'`
     ]])
 
-    dnl -- it must be at least version 1.4
-    AC_MSG_CHECKING(Python is 1.4 or better)
+    dnl -- it must be at least version 2.2
+    AC_MSG_CHECKING(Python is 2.2 or better)
     if ${vi_cv_path_python} -c \
-       "import sys; sys.exit(${vi_cv_var_python_version} < 1.4)"
+       "import sys; sys.exit(${vi_cv_var_python_version} < 2.2)"
     then
       AC_MSG_RESULT(yep)
 

-- 
-- 
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.


*** /tmp/extdiff.s9ZWll/vim.5a313de268b2/src/configure.in	2013-04-28 20:36:40.515847831 +0400
--- vim.e29132a9a246/src/configure.in	2013-04-28 20:36:40.519847790 +0400
***************
*** 863,872 ****
  	    ${vi_cv_path_python} -c 'import sys; print sys.version[:3]'`
      ]])
  
!     dnl -- it must be at least version 1.4
!     AC_MSG_CHECKING(Python is 1.4 or better)
      if ${vi_cv_path_python} -c \
! 	"import sys; sys.exit(${vi_cv_var_python_version} < 1.4)"
      then
        AC_MSG_RESULT(yep)
  
--- 863,872 ----
  	    ${vi_cv_path_python} -c 'import sys; print sys.version[:3]'`
      ]])
  
!     dnl -- it must be at least version 2.2
!     AC_MSG_CHECKING(Python is 2.2 or better)
      if ${vi_cv_path_python} -c \
! 	"import sys; sys.exit(${vi_cv_var_python_version} < 2.2)"
      then
        AC_MSG_RESULT(yep)
  

Raspunde prin e-mail lui