From 4b7f6dfa3c8ca3ee614810007728e49ba2fd9e6e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 5 May 2011 17:32:31 +0200 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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) -- cgit v1.2.3