Ignore:
Timestamp:
27/03/2011 16:45:19 (14 months ago)
Author:
chris
Message:

Check for ftruncate() function, not present on MSVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2890 r2891  
    240240AC_TYPE_SIGNAL 
    241241AC_FUNC_STAT 
    242 AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday waitpid]) 
     242AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday waitpid ftruncate]) 
    243243AC_SEARCH_LIBS([setproctitle], ["bsd"]) 
    244244 
Note: See TracChangeset for help on using the changeset viewer.