From 879b32806df9304b46fc311073e623295ecbb974 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Feb 2008 00:31:37 +0100 Subject: Fix a typo. This had no negative side effect since currently TALLOC_OBJ only consists of one object. Michael (This used to be commit 9cf3be852024f05a73bf23fe5df6264e5252889b) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 25f52e484a..70d573c7a2 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -276,7 +276,7 @@ m4_include(lib/talloc/libtalloc.m4) TALLOC_OBJS="" for obj in ${TALLOC_OBJ}; do - TALLOC_OBJS="${TALLOCOBJS} ${tallocdir}/${obj}" + TALLOC_OBJS="${TALLOC_OBJS} ${tallocdir}/${obj}" done AC_SUBST(TALLOC_OBJS) -- cgit