]> git.sur5r.net Git - bacula/bacula/commitdiff
Recompile configure
authorKern Sibbald <kern@sibbald.com>
Sat, 9 Jun 2012 09:07:11 +0000 (11:07 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 9 Jun 2012 09:07:11 +0000 (11:07 +0200)
bacula/configure

index 16317a420424574fc7130ffd45efb4870292a4e9..96438c40b2fb055dd99df9950a016beb0aab8016 100755 (executable)
@@ -22712,7 +22712,7 @@ if test "${with_python+set}" = set; then :
                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; 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
@@ -28731,43 +28731,43 @@ else
 
        if test "$cross_compiling" = yes; then :
 
-              ac_cv_working_getaddrinfo="yes"
+             ac_cv_working_getaddrinfo="yes"
 
 
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
-              #include <netdb.h>
-              #include <string.h>
-              #include <sys/types.h>
-              #include <sys/socket.h>
-
-              void main(void) {
-                  struct addrinfo hints, *ai;
-                  int error;
-
-                  memset(&hints, 0, sizeof(hints));
-                  hints.ai_family = AF_UNSPEC;
-                  hints.ai_socktype = SOCK_STREAM;
-                  error = getaddrinfo("127.0.0.1", NULL, &hints, &ai);
-                  if (error) {
-                      exit(1);
-                  }
-                  if (ai->ai_addr->sa_family != AF_INET) {
-                      exit(1);
-                  }
-                  exit(0);
-              }
+             #include <netdb.h>
+             #include <string.h>
+             #include <sys/types.h>
+             #include <sys/socket.h>
+
+             void main(void) {
+                 struct addrinfo hints, *ai;
+                 int error;
+
+                 memset(&hints, 0, sizeof(hints));
+                 hints.ai_family = AF_UNSPEC;
+                 hints.ai_socktype = SOCK_STREAM;
+                 error = getaddrinfo("127.0.0.1", NULL, &hints, &ai);
+                 if (error) {
+                     exit(1);
+                 }
+                 if (ai->ai_addr->sa_family != AF_INET) {
+                     exit(1);
+                 }
+                 exit(0);
+             }
 
 _ACEOF
 if ac_fn_c_try_run "$LINENO"; then :
 
-              ac_cv_working_getaddrinfo="yes"
+             ac_cv_working_getaddrinfo="yes"
 
 else
 
-              ac_cv_working_getaddrinfo="no"
+             ac_cv_working_getaddrinfo="no"
 
 fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \