svn commit: samba r8441 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Thu Jul 14 02:35:51 GMT 2005


Author: tridge
Date: 2005-07-14 02:35:51 +0000 (Thu, 14 Jul 2005)
New Revision: 8441

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8441

Log:
don't build tdbtest by default as there are too many systems that
don't have libgdbm, and the configure test for gdbm is broken

Modified:
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in
   branches/SAMBA_4_0/source/lib/tdb/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2005-07-14 01:11:40 UTC (rev 8440)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2005-07-14 02:35:51 UTC (rev 8441)
@@ -10,7 +10,7 @@
 includedir = @includedir@
 libdir = @libdir@
 
-PROGS = bin/tdbtest bin/tdbtool bin/tdbtorture
+PROGS = bin/tdbtool bin/tdbtorture
 TDB_OBJ = common/tdb.o common/spinlock.o
 
 all: $(PROGS)

Modified: branches/SAMBA_4_0/source/lib/tdb/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/config.m4	2005-07-14 01:11:40 UTC (rev 8440)
+++ branches/SAMBA_4_0/source/lib/tdb/config.m4	2005-07-14 02:35:51 UTC (rev 8441)
@@ -3,19 +3,3 @@
 	SMB_LIBRARY_ENABLE(libtdb,YES)
 fi
 
-###############################
-# start SMB_EXT_LIB_GDBM 
-# check for gdbm.h and -lgdbm
-AC_CHECK_HEADERS(gdbm.h)
-AC_CHECK_LIB_EXT(gdbm, GDBM_LIBS, gdbm_open)
-if test x"$ac_cv_header_gdbm_h" = x"yes" -a x"$ac_cv_lib_ext_gdbm_gdbm_open" = x"yes";then
-	SMB_EXT_LIB_ENABLE(GDBM,YES)
-fi
-SMB_EXT_LIB(GDBM, $GDBM_LIBS)
-# end SMB_EXT_LIB_GDBM
-###############################
-
-SMB_BINARY_ENABLE(tdbtest, NO)
-if test x"$SMB_EXT_LIB_ENABLE_GDBM" = x"YES"; then
-	SMB_BINARY_ENABLE(tdbtest, YES)
-fi



More information about the samba-cvs mailing list