mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
e0983ef242
|
@ -593,7 +593,7 @@ AC_MSG_NOTICE([-----------------------------------------------------------------
|
||||||
CONSOLE_CPPFLAGS=""
|
CONSOLE_CPPFLAGS=""
|
||||||
|
|
||||||
AC_ARG_ENABLE(console,
|
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="$enableval",
|
||||||
tr_CONSOLE="linenoise"
|
tr_CONSOLE="linenoise"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue