From bd40feb1eb9e267cc8ef2e620c0e93956394fd0b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 25 Aug 2009 21:19:52 -0700 Subject: Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ --- lib/replace/dlfcn.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace/dlfcn.m4') diff --git a/lib/replace/dlfcn.m4 b/lib/replace/dlfcn.m4 index 42f56f26be..722e0246b7 100644 --- a/lib/replace/dlfcn.m4 +++ b/lib/replace/dlfcn.m4 @@ -23,7 +23,7 @@ AC_VERIFY_C_PROTOTYPE([void *dlopen(const char* filename, unsigned int flags)], ]) if test x"${libreplace_cv_dlfcn}" = x"yes";then - LIBREPLACEOBJ="${LIBREPLACEOBJ} dlfcn.o" + LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/dlfcn.o" fi LIBDL="$LIBS" -- cgit