Changeset 1143 for trunk/libtorrent/scripts/checks.m4
- Timestamp:
- 03/12/10 05:29:11 (2 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/scripts/checks.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/scripts/checks.m4
r1130 r1143 163 163 AC_COMPILE_IFELSE( 164 164 [[#include <fcntl.h> 165 int main() { 166 fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 0); 165 #include <linux/falloc.h> 166 int main() { 167 fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 0); 167 168 return 0; 168 169 }
