summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-08-24 16:21:58 +1000
committerAndrew Tridgell <tridge@samba.org>2009-08-24 16:30:00 +1000
commit2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f (patch)
treee6dc7e350d418a6189c387becf205ea891c1a75e /source3/configure.in
parent798b3fbb53fb229c93b841e380a4439d6575d75a (diff)
downloadsamba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.tar.gz
samba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.tar.bz2
samba-2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f.zip
LIBREPLACEOBJ now contains the full path
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 7bdc802822..0e7594e3f1 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -640,10 +640,7 @@ CPPFLAGS="${SAVE_CPPFLAGS}"
LIBREPLACE_DIR=`echo ${libreplacedir} | sed -e "s;${srcdir};;" -e "s;^/;;"`
-LIBREPLACE_OBJS=""
-for obj in ${LIBREPLACEOBJ}; do
- LIBREPLACE_OBJS="${LIBREPLACE_OBJS} ${LIBREPLACE_DIR}/${obj}"
-done
+LIBREPLACE_OBJS="${LIBREPLACEOBJ}"
AC_SUBST(LIBREPLACE_OBJS)
# add -ldl to the global LIBS