Large files support on FreeBSD

Russ Allbery rra at stanford.edu
Sun Mar 22 19:31:57 UTC 2009


Johan van Selst <johans at stack.nl> writes:
> Russ Allbery wrote:

>> The inside of the if should now say:
>>     AC_FUNC_FSEEKO
>>     if test x"$ac_cv_sys_largefile_source" != xunknown ; then
> <snip>
>> 
>> Could someone try that on a BSD system and see if it then works?
>
> No, it doesn't. $ac_cv_sys_largefile_source will be set to "no"
> in this case and one still ends up with the wrong fseeko() function.

Oh, gah, sorry.  That should be:

    if test x"$ac_cv_sys_largefile_source" = xunknown ; then

I reversed the sense of the test.  Sorry about that.  :/

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-workers mailing list