Fix bitrotate module.
[pspp] / modules / bitrotate
index df94a61c2026548ec4b8a7f5e08a587fe7242f55..064519c0300e44a9e1aa504ef68f4e8f36ff7469 100644 (file)
@@ -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