summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 09:27:04 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 09:27:04 +0200
commit69009347e0a41249758f65c498c16cf5a2564d8f (patch)
treea9103b599b8c16fde59a32b6f069cba39bc62180 /modules
parent05f7bb5e714f8d3a535d36cc31ed8ce13b79b835 (diff)
downloadgnulib-69009347e0a41249758f65c498c16cf5a2564d8f.tar.gz
Fix bitrotate module.
Diffstat (limited to 'modules')
-rw-r--r--modules/bitrotate3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bitrotate b/modules/bitrotate
index df94a61c20..064519c030 100644
--- a/modules/bitrotate
+++ b/modules/bitrotate
@@ -1,5 +1,5 @@
Description:
-Rotate bits in 16 and 32 bit integers.
+Rotate bits in 16 and 32 bit integers using stdint.h.
Files:
lib/bitrotate.h
@@ -7,6 +7,7 @@ lib/bitrotate.h
Depends-on:
configure.ac:
+AC_REQUIRE([AC_C_INLINE])
Makefile.am:
lib_SOURCES += bitrotate.h