aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-04 20:27:40 +0200
committerJohannes Schickel2012-09-04 20:38:21 +0200
commitac720acc6701a491ad84bfea7f047825084eddfc (patch)
treec847209e3d3f1135d12b784b9b9076ac44363c0b
parenta83bca79dac51222394cd328abdc5a87ab3cb6a2 (diff)
downloadscummvm-rg350-ac720acc6701a491ad84bfea7f047825084eddfc.tar.gz
scummvm-rg350-ac720acc6701a491ad84bfea7f047825084eddfc.tar.bz2
scummvm-rg350-ac720acc6701a491ad84bfea7f047825084eddfc.zip
CONFIGURE: Update documentation for add_engine.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 33d2de1b20..df2c2107c8 100755
--- a/configure
+++ b/configure
@@ -62,7 +62,7 @@ get_var() {
eval echo \$${1}
}
-# Add an engine: id name build subengines
+# Add an engine: id name build subengines dependencies
add_engine() {
_engines="${_engines} ${1}"
if test "${3}" = "no" ; then