summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-16 10:17:26 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:31 +0100
commit08d4a44f927b52bcb16c8cc81cf849dcffa01061 (patch)
treed751c2d02b8a3a60c5fe90dc88564fdf19916842 /source4/lib/talloc/configure.ac
parent17f5426395bab287802f9d9d234f049313a3fa07 (diff)
downloadsamba-08d4a44f927b52bcb16c8cc81cf849dcffa01061.tar.gz
samba-08d4a44f927b52bcb16c8cc81cf849dcffa01061.tar.bz2
samba-08d4a44f927b52bcb16c8cc81cf849dcffa01061.zip
r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared library
metze (This used to be commit c179807165b84dd832ab64f794034960668e5957)
Diffstat (limited to 'source4/lib/talloc/configure.ac')
-rw-r--r--source4/lib/talloc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac
index e5f9575f22..7878d59300 100644
--- a/source4/lib/talloc/configure.ac
+++ b/source4/lib/talloc/configure.ac
@@ -18,6 +18,7 @@ AC_SUBST(DOC_TARGET)
AC_LD_PICFLAG
AC_LD_SHLIBEXT
AC_LD_SONAMEFLAG
+AC_LIBREPLACE_SHLD
AC_LIBREPLACE_SHLD_FLAGS
AC_OUTPUT(Makefile talloc.pc)