1
0
Fork 0

Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql2

This commit is contained in:
Max Neunhoeffer 2014-07-30 09:32:26 +02:00
commit 8f1945bba7
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@
#ifdef _WIN32
#include "LinenoiseShell.h"
#elif TRI_HAVE_LINENOISE
#elif defined TRI_HAVE_LINENOISE
#include "LinenoiseShell.h"
#elif TRI_HAVE_READLINE
#elif defined TRI_HAVE_READLINE
#include "ReadlineShell.h"
#else
#include "DummyShell.h"