summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-16 10:19:46 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:31 +0100
commit5b79c134c194363964cb50ce2ae1c595d808936c (patch)
treeb67fc6068792a0249a529dbcf3ac5832f3ceb24d /source4/lib/tdb/configure.ac
parent08d4a44f927b52bcb16c8cc81cf849dcffa01061 (diff)
downloadsamba-5b79c134c194363964cb50ce2ae1c595d808936c.tar.gz
samba-5b79c134c194363964cb50ce2ae1c595d808936c.tar.bz2
samba-5b79c134c194363964cb50ce2ae1c595d808936c.zip
r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library
metze (This used to be commit 1f2ba20a11f5f34235d8067c72f8d79486db0f01)
Diffstat (limited to 'source4/lib/tdb/configure.ac')
-rw-r--r--source4/lib/tdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac
index e081092fcf..cc86b51e7e 100644
--- a/source4/lib/tdb/configure.ac
+++ b/source4/lib/tdb/configure.ac
@@ -9,6 +9,7 @@ AC_LIBREPLACE_ALL_CHECKS
AC_LD_SONAMEFLAG
AC_LD_PICFLAG
AC_LD_SHLIBEXT
+AC_LIBREPLACE_SHLD
AC_LIBREPLACE_SHLD_FLAGS
m4_include(libtdb.m4)
AC_OUTPUT(Makefile tdb.pc)