summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-01-08 14:07:48 +0100
committerKarel Zak2013-01-08 14:07:48 +0100
commit1a1eb4e188e6db0995364166159d12f7b07d9016 (patch)
treee03bc5873594d8017eaafc560d2d3e7a6cf7f6ed /configure.ac
parentswapon: print warning about insecure owner/permissions (diff)
downloadkernel-qcow2-util-linux-1a1eb4e188e6db0995364166159d12f7b07d9016.tar.gz
kernel-qcow2-util-linux-1a1eb4e188e6db0995364166159d12f7b07d9016.tar.xz
kernel-qcow2-util-linux-1a1eb4e188e6db0995364166159d12f7b07d9016.zip
include/bitopts: Use the operating system byteswapping functions
The swap macros are already in libc. Co-Author: Cristian Rodríguez <crrodriguez@opensuse.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9c08fc0e5..b3c30f5e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,6 +191,9 @@ AC_CHECK_HEADERS([ \
stdint.h \
stdio_ext.h \
stdlib.h \
+ endian.h \
+ byteswap.h \
+ sys/endian.h \
sys/disk.h \
sys/disklabel.h \
sys/file.h \