summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-16 10:10:58 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:29 +0100
commit676bb230fcb310e56ef6cc9f15e257ffca4304ba (patch)
tree162f64fffe13a6f181791eb41022894e1806d44c /source4/lib/tdb/configure.ac
parent896e46aa6c3952b4955c87a867c24705ed85f47d (diff)
downloadsamba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.tar.gz
samba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.tar.bz2
samba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.zip
r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
Diffstat (limited to 'source4/lib/tdb/configure.ac')
-rw-r--r--source4/lib/tdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac
index de8fc9c2b5..e081092fcf 100644
--- a/source4/lib/tdb/configure.ac
+++ b/source4/lib/tdb/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_HEADER(include/config.h)
AC_LIBREPLACE_ALL_CHECKS
AC_LD_SONAMEFLAG
AC_LD_PICFLAG
-AC_LD_SHLDFLAGS
AC_LD_SHLIBEXT
+AC_LIBREPLACE_SHLD_FLAGS
m4_include(libtdb.m4)
AC_OUTPUT(Makefile tdb.pc)