Ticket #2206 (closed defect: fixed)
Update configure script for new msDebug() behavior
| Reported by: | dmorissette | Owned by: | dmorissette |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 release |
| Component: | Build Problems | Version: | svn-trunk (development) |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dmorissette) (diff)
We need to udpate the configure script to remove -DENABLE_STDERR_DEBUG and update the configure output and docs to be in line with the new behavior of msDebug() introduced by RFC-28.
The main issue being the messages and docs suggesting that msDebug() output defaults to stderr and needs to be enabled by --enable-debug. msDebug() output is no longer optional (it is always compiled in) and there is no default output location (the output location is set by MS_ERRORFILE).
Change History
Note: See
TracTickets for help on using
tickets.
