aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 650b1f6189..2408e3fb6d 100755
--- a/configure
+++ b/configure
@@ -4052,7 +4052,7 @@ fi
define_in_config_if_yes "$_flac" 'USE_FLAC'
echo "$_flac"
-# Add the link to ogg only after verbs tremor and flac as it might be used by those.
+# Add the link to ogg only after vorbis, tremor and flac as it might be used by those.
if test "$_ogg" = yes ; then
append_var LIBS "$OGG_LIBS -logg"
append_var INCLUDES "$OGG_CFLAGS"