Changeset 429 for trunk/server/source3/configure.in
- Timestamp:
- Apr 9, 2010, 3:51:41 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
-
Property svn:mergeinfo
set to
/vendor/3.5.2 merged eligible /vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/server/source3/configure.in
r414 r429 2625 2625 # Add TSM SM VFS module only if there are both GPFS and DMAPI support 2626 2626 # 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"" ; then2627 if test x"$ac_cv_header_gpfs_gpl_h" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then 2628 2628 default_shared_modules="$default_shared_modules vfs_tsmsm" 2629 2629 fi … … 5234 5234 ]) 5235 5235 5236 AC_HAVE_DECL(CTDB_CONTROL_TRANS 2_COMMIT_RETRY,[5236 AC_HAVE_DECL(CTDB_CONTROL_TRANS3_COMMIT,[ 5237 5237 #include "confdefs.h" 5238 5238 #define NO_CONFIG_H … … 5245 5245 #include <ctdb_private.h> 5246 5246 ]) 5247 if test x"$ac_cv_have_CTDB_CONTROL_TRANS 2_COMMIT_RETRY_decl" = x"yes"; then5247 if test x"$ac_cv_have_CTDB_CONTROL_TRANS3_COMMIT_decl" = x"yes"; then 5248 5248 ctdb_broken=no 5249 5249 else 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" 5268 5251 fi 5269 5252 … … 6337 6320 CFLAGS=$ac_save_CFLAGS 6338 6321 LDFLAGS=$ac_save_LDFLAGS 6322 AC_DEFINE(HAVE_PTHREAD, 1, [Do we have pthreads around?]) 6339 6323 fi 6340 6324
Note:
See TracChangeset
for help on using the changeset viewer.