From 5c63557e5780f34a1c3c87abe52e5eb9610dd7fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 13 Apr 2001 22:11:14 +0000 Subject: [PATCH] 6e15120eebbb16c9c1104297b3b332bb emirror-python2.0.patch Changed files: emirror-python2.0.patch -> 1.1 --- emirror-python2.0.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 emirror-python2.0.patch diff --git a/emirror-python2.0.patch b/emirror-python2.0.patch new file mode 100644 index 0000000..db5c606 --- /dev/null +++ b/emirror-python2.0.patch @@ -0,0 +1,20 @@ +--- emirror-2.1.17/configure.in~ Tue Aug 15 14:19:54 2000 ++++ emirror-2.1.17/configure.in Fri Apr 13 04:04:40 2001 +@@ -34,7 +34,7 @@ + then + echo failed. Get a more recent version from www.python.org ! + exit 1 +-else ++elif test $PYTHONMAJOR -lt 2 ; then + if test $PYTHONMINOR -lt 5 + then + echo failed. Get a more recent version from www.python.org ! +@@ -42,6 +42,8 @@ + else + echo ok + fi ++else ++ echo ok + fi + + dnl Check for ftplib -- 2.43.0