brian 96/12/03 09:05:51
Modified: src INSTALL
Log:
Reviewed by: Roy Fielding
Submitted by: Brian Behlendorf
Added note about detecting need for "WANTHSREGEX" for platforms we haven't
determined yet.
Revision Changes Path
1.11 +4 -1 apache/src/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache/src/INSTALL,v
retrieving revision 1.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** INSTALL 1996/11/03 20:56:03 1.10
--- INSTALL 1996/12/03 17:05:49 1.11
***************
*** 56,61 ****
instructions on that page for linking these modules into the
core Apache code.
!
--- 56,64 ----
instructions on that page for linking these modules into the
core Apache code.
! If during compilation you get a warning about a missing 'regex.h', set
! WANTHSREGEX=yes in the 'Configuration', and send a message to
! [EMAIL PROTECTED] indicating you needed to do this for your OS.
! Include the output of the command "uname -a".