changeset 9681:434976ffd38e draft

(svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options.
author rubidium <rubidium@openttd.org>
date Tue, 22 Jul 2008 18:53:52 +0000
parents 375d9d25eaaa
children ed50c006a790
files config.lib
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -214,10 +214,11 @@
 
 
 			--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";;