bacula/bacula-2.4.3-python26.patch

11 lines
526 B
Diff
Raw Normal View History

2008-12-15 21:03:12 +00:00
--- autoconf/configure.in.orig 2008-12-15 14:45:18.000000000 -0600
+++ autoconf/configure.in 2008-12-15 14:45:19.000000000 -0600
@@ -726 +726 @@
- for ver in python2.2 python2.3 python2.4 python2.5; do
+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6; do
--- configure.orig 2008-12-15 14:46:32.000000000 -0600
+++ configure 2008-12-15 14:46:32.000000000 -0600
@@ -15624 +15624 @@
- for ver in python2.2 python2.3 python2.4 python2.5; do
2008-12-16 01:55:02 +00:00
+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6; do