Changeset 2483
- Timestamp:
- 31/03/2009 13:11:24 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2382 r2483 161 161 AC_C_CONST 162 162 AC_C_BIGENDIAN 163 AX_CHECK_NONALIGNED_ACCESS164 163 AC_TYPE_UID_T 165 164 AC_TYPE_MODE_T … … 244 243 ## out how to enable it if necessary, we just use this to report to the user 245 244 AC_CACHE_CHECK([if we have large file support enabled], [box_cv_have_large_file_support], 246 [AC_ RUN_IFELSE([AC_LANG_PROGRAM([[$ac_includes_default]], [[245 [AC_TRY_RUN([AC_LANG_PROGRAM([[$ac_includes_default]], [[ 247 246 return sizeof(off_t)==4; 248 247 ]])], 249 [box_cv_have_large_file_support=yes], [box_cv_have_large_file_support=no] 248 [box_cv_have_large_file_support=yes], 249 [box_cv_have_large_file_support=no], 250 [box_cv_have_large_file_support=no # safe for cross-compile] 250 251 )]) 251 252
Note: See TracChangeset
for help on using the changeset viewer.
