summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJosiah Worcester2011-06-09 00:52:48 +0200
committerKarel Zak2011-06-14 14:16:07 +0200
commit363ce07137ca8e5be1ff24763e34679b9dd9c3e2 (patch)
tree684336f58a2b9f81a7d47b65a090433519831cc7 /configure.ac
parenttest_sysinfo: Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE. (diff)
downloadkernel-qcow2-util-linux-363ce07137ca8e5be1ff24763e34679b9dd9c3e2.tar.gz
kernel-qcow2-util-linux-363ce07137ca8e5be1ff24763e34679b9dd9c3e2.tar.xz
kernel-qcow2-util-linux-363ce07137ca8e5be1ff24763e34679b9dd9c3e2.zip
hwclock: Don't use asm/io.h if sys/io.h can't be found
[kzak@redhat.com: - check for obsolete asm/io.h in configure.ac] Signed-off-by: Josiah Worcester <josiahw@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
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 3524623e6..52eade9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,6 +135,7 @@ AC_CHECK_HEADERS(
netinet/in.h \
rpcsvc/nfs_prot.h \
stdlib.h \
+ asm/io.h \
sys/disk.h \
sys/disklabel.h \
sys/ioctl.h \