summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a22b9eb9..12c133df8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1102,7 +1102,7 @@ dnl Ogg/Vorbis libs.
dnl ---------------------------------------------
AC_ARG_WITH([vorbis],
- AS_HELP_STRING([--wihout-vorbis], [Build without Vorbis audio decoder]))
+ AS_HELP_STRING([--without-vorbis], [Build without Vorbis audio decoder]))
if test "x$with_vorbis" != "xno"; then
PKG_CHECK_MODULES([VORBIS], [ogg vorbis], [have_vorbis=yes], [have_vorbis=yes])