From 47c1be4e57a71e3715d8a4ed7eb9a2a64870932c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 14 Sep 2006 02:56:33 +0000 Subject: Fix typo CVS patchset: 8250 CVS date: 2006/09/14 02:56:33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3