Synopsis: makefiles incorrectly generated when compiling from mod_perl State-Changed-From-To: open-closed State-Changed-By: coar State-Changed-When: Mon Jul 14 03:06:11 PDT 1997 State-Changed-Why: This is not a problem with the base Apache package, but with mod_perl. The CC macro is intended to be the name of the compiler - and nothing else. It is *not* supposed to include any compiler flags. Those should be indicated in the EXTRA_CFLAGS macro.
That's the right way to do it. However, quoting the macro does no harm, so I've committed the change to the 1.3 development tree. Thank you for reporting this, and for using Apache! Class-Changed-From-To: sw-bug-change-request Class-Changed-By: coar Class-Changed-When: Mon Jul 14 03:06:11 PDT 1997
