1
0
Fork 0

added --disable-all-in-one for OpenSUSE 11.4

This commit is contained in:
a-brandt 2012-07-16 16:20:56 +02:00
parent f589a384c3
commit 79c2fc092e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ case $TRI_OS_LONG in
Linux-openSUSE-11.4*)
echo "Using configuration for openSuSE 11.4"
OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby"
OPTIONS="$OPTIONS --enable-all-in-one --with-boost-test --enable-mruby"
LDD_INFO="yes"
RESULTS="$RESULTS arangoirb"
;;