fix configure and compile when using --disable-core-libedit-support

This commit is contained in:
Brian West 2010-07-05 10:08:30 -05:00
parent f0fed269eb
commit c3d6c648d3
1 changed files with 2 additions and 1 deletions

View File

@ -842,7 +842,7 @@ SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const ch
} }
#ifdef SWITCH_HAVE_LIBEDIT
/* /*
* If a fnkey is configured then process the command * If a fnkey is configured then process the command
*/ */
@ -868,6 +868,7 @@ static unsigned char console_fnkey_pressed(int i)
return CC_REDISPLAY; return CC_REDISPLAY;
} }
#endif
SWITCH_DECLARE(void) switch_console_save_history(void) SWITCH_DECLARE(void) switch_console_save_history(void)
{ {