From d53a852c16c45bc75861ce793171cd37436e3ad2 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 31 Jul 2004 12:46:30 +0000 Subject: enable SAGA engine by default svn-id: r14387 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4933404534..156477b686 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3