Opened 3 years ago

Closed 3 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.

Change History (1)

comment:1 by rainer, 3 years ago

Resolution: fixed
Status: newclosed

Believed to be fixed by changeset [563].

Note: See TracTickets for help on using tickets.