summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2013-06-03 15:27:27 -0400
committerMilan Broz <gmazyland@gmail.com>2013-06-03 21:35:56 +0200
commit8a43d49b896a434b3ef453fd1b1c8f087d70fa70 (patch)
treecdcd0df0eb922ccbc6b0f35b379a3fa1a60d0310
parentae9c9cf369cb24ac5267376401c80c2c40ada6a2 (diff)
downloadcryptsetup-8a43d49b896a434b3ef453fd1b1c8f087d70fa70.tar.gz
cryptsetup-8a43d49b896a434b3ef453fd1b1c8f087d70fa70.tar.bz2
cryptsetup-8a43d49b896a434b3ef453fd1b1c8f087d70fa70.zip
build: test byteswap.h and endian.h for bitops.h
Otherwise the fallback code will be used.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7933710..02caa55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ PKG_PROG_PKG_CONFIG
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h malloc.h inttypes.h sys/ioctl.h sys/mman.h \
- ctype.h unistd.h locale.h)
+ ctype.h unistd.h locale.h byteswap.h endian.h)
AC_CHECK_HEADERS(uuid/uuid.h,,[AC_MSG_ERROR([You need the uuid library.])])
AC_CHECK_HEADER(libdevmapper.h,,[AC_MSG_ERROR([You need the device-mapper library.])])