[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: A definition bug?

State-Changed-From-To: open-closed
State-Changed-By: coar
State-Changed-When: Sat Sep 26 04:27:31 PDT 1998
State-Changed-Why:

It sounds as though you're defining it as

  -DHTTP_ROOT=/var/lib/http

which isn't valid.  It needs to be a string, so use

  -DHTTP_ROOT=\"/var/lib/http\"

to get the quotation marks into the compiler.
Thanks for using Apache!


Reply via email to