mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options.
This commit is contained in:
parent
2710144452
commit
e3d5000424
@ -214,10 +214,11 @@ detect_params() {
|
|||||||
|
|
||||||
|
|
||||||
--with-menu-entry) with_menu_entry="1";;
|
--with-menu-entry) with_menu_entry="1";;
|
||||||
|
--with-menu-entry=*) with_menu_entry="$optarg";;
|
||||||
--without-menu-entry) with_menu_entry="0";;
|
--without-menu-entry) with_menu_entry="0";;
|
||||||
|
|
||||||
--menu_group) prevp_p="menu_group";;
|
--menu-group) prevp_p="menu_group";;
|
||||||
--menu_group=*) menu_group="$optarg";;
|
--menu-group=*) menu_group="$optarg";;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user