aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-11-20 00:13:03 +0000
committerMax Horn2009-11-20 00:13:03 +0000
commit329516cf283f74d5b2f0f3201e27a9de2555bdd3 (patch)
tree924afc71a1a5447d5303f0b21b9704a90e431e75
parent5c23e28a652ac45a56054f7251789cbe22fa3acc (diff)
downloadscummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.tar.gz
scummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.tar.bz2
scummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.zip
Fix language in comment
svn-id: r45998
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0194386526..e26078d651 100755
--- a/configure
+++ b/configure
@@ -1551,7 +1551,7 @@ if test -n "$_host"; then
_build_hq_scalers="no"
_mt32emu="no"
# HACK to enable mad & zlib (they are not properly detected due to linker issues).
- # The same does not currently for tremor, as the PS2 port the resulting library
+ # This trick doesn't work for tremor right now, as the PS2 port the resulting library
# libtremor, while our code later on expects it to be called libvorbisidec.
# TODO: Enable tremor, e.g. by adding -ltremor or by renaming the lib.
_mad="yes"