From 5b79c134c194363964cb50ce2ae1c595d808936c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Nov 2007 10:19:46 +0100 Subject: r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library metze (This used to be commit 1f2ba20a11f5f34235d8067c72f8d79486db0f01) --- source4/lib/tdb/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/tdb/configure.ac') 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) -- cgit