]> git.pld-linux.org Git - packages/emirror.git/blob - emirror-python2.0.patch
6e15120eebbb16c9c1104297b3b332bb emirror-python2.0.patch
[packages/emirror.git] / emirror-python2.0.patch
1 --- emirror-2.1.17/configure.in~        Tue Aug 15 14:19:54 2000
2 +++ emirror-2.1.17/configure.in Fri Apr 13 04:04:40 2001
3 @@ -34,7 +34,7 @@
4  then
5      echo failed. Get a more recent version from www.python.org !
6      exit 1
7 -else
8 +elif test  $PYTHONMAJOR -lt 2 ; then
9      if test $PYTHONMINOR -lt 5
10      then
11          echo failed. Get a more recent version from www.python.org !
12 @@ -42,6 +42,8 @@
13      else
14          echo ok
15      fi
16 +else
17 +   echo ok
18  fi
19  
20  dnl Check for ftplib
This page took 0.070312 seconds and 3 git commands to generate.