summaryrefslogtreecommitdiff
path: root/lib/replace/strptime.m4
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2009-08-25 21:19:52 -0700
committerBjörn Jacke <bj@sernet.de>2009-09-14 22:08:12 +0200
commitbd40feb1eb9e267cc8ef2e620c0e93956394fd0b (patch)
tree2a372c9ac80284eda3fc942bab7a6269abd5e03e /lib/replace/strptime.m4
parent33160b1a5b2bc498f0dfb5c59d0ec0592cc37e8d (diff)
downloadsamba-bd40feb1eb9e267cc8ef2e620c0e93956394fd0b.tar.gz
samba-bd40feb1eb9e267cc8ef2e620c0e93956394fd0b.tar.bz2
samba-bd40feb1eb9e267cc8ef2e620c0e93956394fd0b.zip
Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
Diffstat (limited to 'lib/replace/strptime.m4')
-rw-r--r--lib/replace/strptime.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/strptime.m4 b/lib/replace/strptime.m4
index da22fc5a97..b1a56b4aab 100644
--- a/lib/replace/strptime.m4
+++ b/lib/replace/strptime.m4
@@ -9,5 +9,5 @@ AC_CACHE_CHECK([whether strptime is available and works],libreplace_cv_STRPTIME_
])
if test x"$libreplace_cv_STRPTIME_OK" != x"yes"; then
AC_DEFINE(REPLACE_STRPTIME,1,[Whether strptime should be replaced])
- LIBREPLACEOBJ="${LIBREPLACEOBJ} strptime.o"
+ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/strptime.o"
fi