diff options
Diffstat (limited to 'lib/replace/strptime.m4')
-rw-r--r-- | lib/replace/strptime.m4 | 2 |
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 |