Cliff Woolley <[EMAIL PROTECTED]> writes:

> You also have to edit include/arch/unix/apr_private.h.in and add a set of
> lines like:
> 
> /* define this if your system has the utimes() function */
> #undef HAVE_UTIMES
> 
> /* define this if your system has the utime() function */
> #undef HAVE_UTIME

Um, actually, apr_private.h.in isn't under version control.  It's
auto-generated by 'autoheader', which reads configure.in.  That stuff
automatically appeared when I added AC_CHECK_FUNCS(utimes utime).


Reply via email to