Changeset - r9681:e30e2a4ec4e5
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-07-22 18:53:52
rubidium@openttd.org
(svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options.
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -214,10 +214,11 @@ detect_params() {
 

	
 

	
 
			--with-menu-entry)            with_menu_entry="1";;
 
			--with-menu-entry=*)          with_menu_entry="$optarg";;
 
			--without-menu-entry)         with_menu_entry="0";;
 

	
 
			--menu_group)                 prevp_p="menu_group";;
 
			--menu_group=*)               menu_group="$optarg";;
 
			--menu-group)                 prevp_p="menu_group";;
 
			--menu-group=*)               menu_group="$optarg";;
 

	
 

	
 

	
0 comments (0 inline, 0 general)