Blob Blame History Raw
diff -Naur bacula-5.2.6.old/autoconf/configure.in bacula-5.2.6/autoconf/configure.in
--- bacula-5.2.6.old/autoconf/configure.in	2012-05-23 10:59:38.211938318 +0200
+++ bacula-5.2.6/autoconf/configure.in	2012-05-23 11:01:39.984396081 +0200
@@ -957,7 +957,7 @@
 		PYTHON_LIBS=`/usr/bin/python-config --libs`
 	     else
 		for python_root in /usr /usr/local /usr/sfw; do
-		   for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
+		   for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3 python3.1 python3.2; do
 		      if test -f $python_root/include/${ver}/Python.h; then
 			 PYTHON_INCDIR=-I$python_root/include/${ver}
 			 if test -d $python_root/lib64/${ver}/config; then
diff -Naur bacula-5.2.6.old/configure bacula-5.2.6/configure
--- bacula-5.2.6.old/configure	2012-05-23 10:59:38.284939794 +0200
+++ bacula-5.2.6/configure	2012-05-23 11:01:34.909293626 +0200
@@ -22387,7 +22387,7 @@
 		PYTHON_LIBS=`/usr/bin/python-config --libs`
 	     else
 		for python_root in /usr /usr/local /usr/sfw; do
-		   for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
+		   for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3 python3.1 python3.2; do
 		      if test -f $python_root/include/${ver}/Python.h; then
 			 PYTHON_INCDIR=-I$python_root/include/${ver}
 			 if test -d $python_root/lib64/${ver}/config; then