diff options
author | Willem Jan Palenstijn | 2012-09-13 14:25:24 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-09-13 14:25:24 +0200 |
commit | f16bb13f94dcaee1ece52598efd14ef84864794b (patch) | |
tree | fcbef03ea18b875e0bf6a2c37cce548924f4b689 /configure | |
parent | 8808393b3a3428df2946d7967e52aba084c8ffe5 (diff) | |
download | scummvm-rg350-f16bb13f94dcaee1ece52598efd14ef84864794b.tar.gz scummvm-rg350-f16bb13f94dcaee1ece52598efd14ef84864794b.tar.bz2 scummvm-rg350-f16bb13f94dcaee1ece52598efd14ef84864794b.zip |
CONFIGURE: Update add_engine comment
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ get_var() { eval echo \$${1} } -# Add an engine: id name build subengines dependencies +# Add an engine: id name build subengines base-games dependencies add_engine() { _engines="${_engines} ${1}" if test "${3}" = "no" ; then |