aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2011-05-05 17:32:31 +0200
committerMax Horn2011-05-25 13:24:37 +0200
commit4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e (patch)
tree5887f68106e4b4b5515599260a7670553992ac1f /configure
parent717a7accf5f4c58e4b4b9187ee349841163c3896 (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a86bff7734..6697fcc5d1 100755
--- a/configure
+++ b/configure
@@ -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)