]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: check for ntp_gettime() rather than for timex.h
authorKarel Zak <kzak@redhat.com>
Tue, 10 Mar 2015 10:37:45 +0000 (11:37 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 10 Mar 2015 10:37:45 +0000 (11:37 +0100)
commit7d3a07d87fd1c59927a614a04a2751aa4db420d8
tree157bae226fb8661cd47b1db7beb648fc7f7e343d
parentae6846b842b4912f03730ac475e19a7916302893
logger: check for ntp_gettime() rather than for timex.h

It seems that musl libc and uClibc without UCLIBC_NTP_LEGACY
does not provide ntp_gettime and compile will fail.

References: https://github.com/karelzak/util-linux/issues/174
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
misc-utils/logger.c