Opened 12 years ago
Closed 12 years ago
#673 closed defect/bug (fixed)
misleading text output in configure.in
Reported by: | tegzed | Owned by: | number6 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | configure make ./configure android maptool | |
Cc: | nick@… |
Description
Hello,
Lately I found a few typos in configure.in causing misleading ./configure output at configure time. The typos are located in configure.in from line 904 to 921. AC_ARG_ENABLE macros are called with wrong string "disable graphics type android" for map and osd enabling/disabling options. Please correct them to make the help strings correspond to the related options.
Attachments (1)
Change History (3)
Changed 12 years ago by tegzed
comment:1 Changed 12 years ago by number6
- Cc nick@… added
- Keywords configure make ./configure android maptool added
- Owner changed from KaZeR to number6
- Status changed from new to assigned
comment:2 Changed 12 years ago by number6
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in Revision 3597
Note: See
TracTickets for help on using
tickets.
fix typos in configure.in