aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOliver Kiehl2003-07-30 19:25:31 +0000
committerOliver Kiehl2003-07-30 19:25:31 +0000
commit0f85cc306137e866adbe17ff7498e20d61a7938d (patch)
tree52729ad8ac05c3b48aab7fda2aaf0b1da827fb43 /configure
parent26d05c0190c9cca1444cc7a004c1149b3358ab10 (diff)
downloadscummvm-rg350-0f85cc306137e866adbe17ff7498e20d61a7938d.tar.gz
scummvm-rg350-0f85cc306137e866adbe17ff7498e20d61a7938d.tar.bz2
scummvm-rg350-0f85cc306137e866adbe17ff7498e20d61a7938d.zip
rename bs2 to sword2 to have the same name as the original engine.
besides this way all our engines start with an "s" ;) svn-id: r9301
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 55edfe7633..ed2b52507d 100755
--- a/configure
+++ b/configure
@@ -282,9 +282,9 @@ else
fi
if test "$_build_bs2" = no ; then
- _def_bs2='#define DISABLE_BS2'
+ _def_bs2='#define DISABLE_SWORD2'
else
- _def_bs2='#undef DISABLE_BS2'
+ _def_bs2='#undef DISABLE_SWORD2'
fi
#