]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
Fix bat.pro.in so that bat will install.
[bacula/bacula] / bacula / configure
index 46712d831c4a8c3d1445ec41505af1c4f0e5a97e..b3ec94abe13c8e97fc6227061fb6e18641999c8b 100755 (executable)
@@ -26151,7 +26151,7 @@ if test "${with_python+set}" = set; then
        if test "$withval" != "no"; then
          if test "$withval" = "yes"; then
             for python_root in /usr /usr/local /usr/sfw; do
-               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 python3; 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