mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-23 09:43:34 +08:00
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:
parent
907b972756
commit
3e6e178c70
@ -191,6 +191,7 @@ AC_CHECK_FUNCS_ONCE([
|
||||
lseek64
|
||||
memset
|
||||
setmntent
|
||||
clock_gettime
|
||||
])
|
||||
|
||||
AS_IF([test "$ac_cv_header_byteswap_h" = "yes"],
|
||||
|
Loading…
Reference in New Issue
Block a user