summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/talloc/configure.ac')
-rw-r--r--source4/lib/talloc/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac
index 253992cb1a..59b9e4470a 100644
--- a/source4/lib/talloc/configure.ac
+++ b/source4/lib/talloc/configure.ac
@@ -13,7 +13,9 @@ if test -n "$XSLTPROC"; then
DOC_TARGET=doc
fi
AC_SUBST(DOC_TARGET)
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(talloc_config.h)
AC_SYS_LARGEFILE
sinclude(config.m4)
+
+sinclude(libreplace.m4)
AC_OUTPUT(Makefile talloc.pc)