f2fs-tools: define HAVE_CLOCK_GETTIME properly

HAVE_CLOCK_GETTIME wasn't defined during autoconf, leading to
messages like "Done: 0.000000 secs" on Linux distros.

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Juhyung Park 2022-11-06 21:19:23 +09:00 committed by sunshenshen
parent 4c2d71c5b6
commit 8247209800

View File

@ -191,6 +191,7 @@ AC_CHECK_FUNCS_ONCE([
lseek64
memset
setmntent
clock_gettime
])
AS_IF([test "$ac_cv_header_byteswap_h" = "yes"],