diff options
author | Max Horn | 2011-05-05 17:32:31 +0200 |
---|---|---|
committer | Max Horn | 2011-05-25 13:24:37 +0200 |
commit | 4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e (patch) | |
tree | 5887f68106e4b4b5515599260a7670553992ac1f /configure | |
parent | 717a7accf5f4c58e4b4b9187ee349841163c3896 (diff) | |
download | scummvm-rg350-4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e.tar.gz scummvm-rg350-4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e.tar.bz2 scummvm-rg350-4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e.zip |
BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGER
This reduces the similarity in name to the otherwise mostly
unrelated DISABLE_TEXT_CONSOLE #define.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2869,7 +2869,7 @@ if test "$_readline" = yes ; then fi define_in_config_h_if_yes "$_readline" 'USE_READLINE' -define_in_config_h_if_yes "$_text_console" 'USE_TEXT_CONSOLE' +define_in_config_h_if_yes "$_text_console" 'USE_TEXT_CONSOLE_FOR_DEBUGGER' # # Check for OpenGL (ES) |