Changeset 2495 for box/trunk/configure.ac
- Timestamp:
- 04/04/2009 15:05:14 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2483 r2495 242 242 ## Check for large file support active. AC_SYS_LARGEFILE has already worked 243 243 ## out how to enable it if necessary, we just use this to report to the user 244 AC_CACHE_CHECK([if we have large file support enabled], [box_cv_have_large_file_support], 245 [AC_TRY_RUN([AC_LANG_PROGRAM([[$ac_includes_default]], [[ 244 AC_CACHE_CHECK([if we have large file support enabled], 245 [box_cv_have_large_file_support], 246 [AC_TRY_RUN([ 247 $ac_includes_default 248 int main() 249 { 246 250 return sizeof(off_t)==4; 247 ]])], 251 } 252 ], 248 253 [box_cv_have_large_file_support=yes], 249 254 [box_cv_have_large_file_support=no], 250 255 [box_cv_have_large_file_support=no # safe for cross-compile] 251 )]) 256 ) 257 ]) 252 258 253 259 if test "x$box_cv_have_large_file_support" = "xyes"; then
Note: See TracChangeset
for help on using the changeset viewer.
