DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24227>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24227 ReliantUNIX: Compilation problem, missing utime.h, struct utimbuf unknown ------- Additional Comments From [EMAIL PROTECTED] 2003-11-01 10:04 ------- Thanks for the report. Can you check whether it works on ReliantUNIX if you remove the new configure check, and use just: #ifdef HAVE_UTIME #include <utime.h> #endif instead? (note, HAVE_UTIME not HAVE_UTIME_H) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
