summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-07 22:54:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:32 -0500
commit30f817a2027d9f0629772458eb963cb3dd89864f (patch)
tree5b447785b7f60414f105bd8fc46a68d3d69e4480 /source4/lib/talloc/configure.in
parentc1d31ac8fc22a46d3ce7d99058e48058464f4e06 (diff)
downloadsamba-30f817a2027d9f0629772458eb963cb3dd89864f.tar.gz
samba-30f817a2027d9f0629772458eb963cb3dd89864f.tar.bz2
samba-30f817a2027d9f0629772458eb963cb3dd89864f.zip
r6661: fix up talloc autoconf to have a chance of working on the build farm
(This used to be commit 9318744fd496a829a57fc8e0f21d4b26b1eb74c7)
Diffstat (limited to 'source4/lib/talloc/configure.in')
-rw-r--r--source4/lib/talloc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in
index c0e307ab05..05e6577ce8 100644
--- a/source4/lib/talloc/configure.in
+++ b/source4/lib/talloc/configure.in
@@ -2,6 +2,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_INIT(talloc.h)
AC_PROG_CC
+AC_PROG_INSTALL
AC_PATH_PROG(XSLTPROC,xsltproc)
AC_PATH_PROG(GCOV,gcov)
sinclude(config.m4)