diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-14 02:56:33 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-14 02:56:33 +0000 |
commit | 47c1be4e57a71e3715d8a4ed7eb9a2a64870932c (patch) | |
tree | 52212619c6fdff4fc42e34556c77e05765741b4e | |
parent | c06751e11b448459a2a5eaee222b4769c8366d7e (diff) | |
download | xine-lib-47c1be4e57a71e3715d8a4ed7eb9a2a64870932c.tar.gz xine-lib-47c1be4e57a71e3715d8a4ed7eb9a2a64870932c.tar.bz2 |
Fix typo
CVS patchset: 8250
CVS date: 2006/09/14 02:56:33
-rw-r--r-- | configure.ac | 2 |
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]) |