1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-10-26 09:17:30 +01:00
commit e0983ef242
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ AC_MSG_NOTICE([-----------------------------------------------------------------
CONSOLE_CPPFLAGS=""
AC_ARG_ENABLE(console,
AS_HELP_STRING([--enable-console], [enable console support (default: readline)]),
AS_HELP_STRING([--enable-console], [enable console support (default: linenoise)]),
tr_CONSOLE="$enableval",
tr_CONSOLE="linenoise"
)