changed option --enable-permissive_menuscreen_goto ->
permissive_menu_goto (V.Boerchers)
This commit is contained in:
+2
-2
@@ -491,11 +491,11 @@ AC_ARG_ENABLE(testmenus,
|
||||
fi,
|
||||
)
|
||||
|
||||
AC_ARG_ENABLE(permissive_menuscreen_goto,
|
||||
AC_ARG_ENABLE(permissive_menu_goto,
|
||||
[ --enable-permissive-menuscreen-goto allow transitions]
|
||||
[ between different client's menus],
|
||||
if [[[ "$enableval" = "yes" ]]]; then
|
||||
AC_DEFINE(LCDPROC_PERMISSIVE_MENUSCREEN_GOTO,[1],
|
||||
AC_DEFINE(LCDPROC_PERMISSIVE_MENU_GOTO,[1],
|
||||
[Define to 1 to allow transitions between different client's menus])
|
||||
fi,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user