Closed
Bug 509243
Opened 17 years ago
Closed 17 years ago
MOZ_DEBUG_SYMBOLS=1 fails under WinCE
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.8.1
People
(Reporter: vlad, Assigned: wtc)
Details
Attachments
(2 files)
|
559 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
|
1.42 KB,
patch
|
Details | Diff | Splinter Review |
There are some missing quotes in configure.in, causing configure to try to execute "-DEBUGTYPE:CV" as a command with "OS_LDFLAGS=-DEBUG" set. The patch fixes this.
Attachment #393385 -
Flags: review?(wtc)
Comment 1•17 years ago
|
||
Comment on attachment 393385 [details] [diff] [review]
add quotes
r=nelson
Good catch, Vladimir!
Attachment #393385 -
Flags: review?(wtc) → review+
Comment 2•17 years ago
|
||
Checking in configure; new revision: 1.258; previous revision: 1.257
Checking in configure.in; new revision: 1.262; previous revision: 1.261
| Assignee | ||
Comment 3•17 years ago
|
||
We usually use double quotes for that. Thanks for the patch.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•