diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2013-06-03 15:27:27 -0400 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2013-06-03 21:35:56 +0200 |
commit | 8a43d49b896a434b3ef453fd1b1c8f087d70fa70 (patch) | |
tree | cdcd0df0eb922ccbc6b0f35b379a3fa1a60d0310 | |
parent | ae9c9cf369cb24ac5267376401c80c2c40ada6a2 (diff) | |
download | cryptsetup-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.ac | 2 |
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.])]) |