summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault2015-01-18 22:44:54 +0100
committerSami Kerola2015-01-23 20:57:22 +0100
commit87ee2658353836478af81ca2d8ae5133f4669e31 (patch)
tree32d37bdff1227570c98e4f9df90aa13d7148165a /configure.ac
parentlibfdisk: accept Start offset in {B,M,G..}iB in sfdisk scripts (diff)
downloadkernel-qcow2-util-linux-87ee2658353836478af81ca2d8ae5133f4669e31.tar.gz
kernel-qcow2-util-linux-87ee2658353836478af81ca2d8ae5133f4669e31.tar.xz
kernel-qcow2-util-linux-87ee2658353836478af81ca2d8ae5133f4669e31.zip
logger: check availability of ntp_gettime()
Make compilation to work in systems which don't have sys/timex.h and its ntp_gettime(). Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Samuel Thibault <sthibault@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3d77307fb..fce7e0e78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -230,6 +230,7 @@ AC_CHECK_HEADERS([ \
sys/swap.h \
sys/syscall.h \
sys/time.h \
+ sys/timex.h \
sys/ttydefaults.h \
sys/types.h \
sys/un.h \