mirror of https://gitee.com/bigwinds/arangodb
fixed typo in ifdef
This commit is contained in:
parent
5232d2bd67
commit
5afa8ceeb1
|
@ -382,7 +382,7 @@ int main (int argc, char* argv[]) {
|
||||||
|
|
||||||
cout << endl << "Welcome to arangosh " << TRI_VERSION_FULL << ". Copyright (c) 2012 triAGENS GmbH" << endl;
|
cout << endl << "Welcome to arangosh " << TRI_VERSION_FULL << ". Copyright (c) 2012 triAGENS GmbH" << endl;
|
||||||
|
|
||||||
#ifdef TRI_V8_VERSION
|
#ifdef TRI_MRUBY_VERSION
|
||||||
cout << "Using MRUBY " << TRI_MRUBY_VERSION << " engine. Copyright (c) 2012 mruby developers." << endl;
|
cout << "Using MRUBY " << TRI_MRUBY_VERSION << " engine. Copyright (c) 2012 mruby developers." << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue