1
0
Fork 0

replaced if with ifdef

This commit is contained in:
Jan Steemann 2013-11-25 10:56:08 +01:00
parent 0d267e4549
commit ba2ddb8382
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ int ArangoServer::startupServer () {
_applicationV8->skipUpgrade();
}
#if TRI_ENABLE_MRUBY
#ifdef TRI_ENABLE_MRUBY
_applicationMR->setVocbase(vocbase);
_applicationMR->setConcurrency(_dispatcherThreads);
#endif