diff options
author | Jonathan Gray | 2004-07-31 12:46:30 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-07-31 12:46:30 +0000 |
commit | d53a852c16c45bc75861ce793171cd37436e3ad2 (patch) | |
tree | 3b6d779942263359c19be7f9bd1b5d3b135014ed | |
parent | 387c8abeda132d601918e1bb34ba46e997985616 (diff) | |
download | scummvm-rg350-d53a852c16c45bc75861ce793171cd37436e3ad2.tar.gz scummvm-rg350-d53a852c16c45bc75861ce793171cd37436e3ad2.tar.bz2 scummvm-rg350-d53a852c16c45bc75861ce793171cd37436e3ad2.zip |
enable SAGA engine by default
svn-id: r14387
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ _build_sword1=yes _build_sword2=yes _build_queen=yes _build_kyra=no -_build_saga=no +_build_saga=yes _need_memalign=no _build_plugins=no _nasm=auto @@ -954,7 +954,7 @@ if test "$_build_queen" = yes ; then echo " Flight of the Amazon Queen" fi if test "$_build_saga" = yes ; then - echo " SAGA Engine" + echo " SAGA" fi if test "$_build_kyra" = yes ; then echo " Legend of Kyrandia" |