On Fri, 2002-07-05 at 12:23, Garrett Rooney wrote: > so for the first time in like forever, i reinstalled my development > machine and thus had to download fresh copies of subversion and apr. > > it seems that apr's configure script is now disabling threads by > default on FreeBSD, which is fine, since i'm not actually using > threads, but there appears to be a few kinks with the atomics code.
I just added the missing definition of apr_atomic_init() for FreeBSD, so it should be working now. --Brian
