Opened 4 years ago
Closed 4 years ago
#453 closed defect (fixed)
configure does not recognize invalid negative compiler options
| Reported by: | rainer | Owned by: | rainer |
|---|---|---|---|
| Priority: | major | Milestone: | 4.4.4 |
| Component: | main | Version: | |
| Keywords: | Cc: |
Description
The configure script does not correctly recognize invalid negative compiler options (of the form -Wno-invalid-option).
The reason is that gcc never throws an error for invalid negative options, thus need to check always for the positive form of the option.
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [563].