build: Reduce build systems to just top level waf and autoconf
[amitay/samba.git] / lib / replace / strptime.m4
index da22fc5a978c8f1af07770e3711647f5e874e516..b1a56b4aab17cc8f094edb65ecab5b16b81c48de 100644 (file)
@@ -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