From 7d3a07d87fd1c59927a614a04a2751aa4db420d8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 10 Mar 2015 11:37:45 +0100 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3dcfb7473..cedf761f4 100644 --- a/configure.ac +++ b/configure.ac @@ -343,6 +343,7 @@ AC_CHECK_FUNCS([ \ lseek64 \ mempcpy \ nanosleep \ + ntp_gettime \ open_memstream \ personality \ posix_fadvise \ -- cgit v1.2.3-55-g7522