Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/configure.in

    r414 r429  
    26252625# Add TSM SM VFS module only if there are both GPFS and DMAPI support
    26262626# Theoretically it should work with AIX JFS2 too but this needs testing
    2627 if test x"$samba_cv_HAVE_GPFS" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then
     2627if test x"$ac_cv_header_gpfs_gpl_h" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then
    26282628    default_shared_modules="$default_shared_modules vfs_tsmsm"
    26292629fi
     
    52345234])
    52355235
    5236 AC_HAVE_DECL(CTDB_CONTROL_TRANS2_COMMIT_RETRY,[
     5236AC_HAVE_DECL(CTDB_CONTROL_TRANS3_COMMIT,[
    52375237#include "confdefs.h"
    52385238#define NO_CONFIG_H
     
    52455245#include <ctdb_private.h>
    52465246])
    5247 if test x"$ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" = x"yes"; then
     5247if test x"$ac_cv_have_CTDB_CONTROL_TRANS3_COMMIT_decl" = x"yes"; then
    52485248        ctdb_broken=no
    52495249else
    5250         ctdb_broken="missing transaction support"
    5251 fi
    5252 
    5253 AC_HAVE_DECL(CTDB_CONTROL_TRANS2_ACTIVE,[
    5254 #include "confdefs.h"
    5255 #define NO_CONFIG_H
    5256 #include "replace.h"
    5257 #include "system/wait.h"
    5258 #include "system/network.h"
    5259 #include <talloc.h>
    5260 #include <tdb.h>
    5261 #include <ctdb.h>
    5262 #include <ctdb_private.h>
    5263 ])
    5264 if test x"$ac_cv_have_CTDB_CONTROL_TRANS2_ACTIVE_decl" = x"yes"; then
    5265         ctdb_broken=no
    5266 else
    5267         ctdb_broken="transaction support too old"
     5250        ctdb_broken="ctdb transaction support missing or too old"
    52685251fi
    52695252
     
    63376320        CFLAGS=$ac_save_CFLAGS
    63386321        LDFLAGS=$ac_save_LDFLAGS
     6322        AC_DEFINE(HAVE_PTHREAD, 1, [Do we have pthreads around?])
    63396323fi
    63406324
Note: See TracChangeset for help on using the changeset viewer.