diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-27 23:05:31 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-27 23:05:31 +0000 |
commit | 41dc8d4b1e62a426214f8e9e8c967081f4989bb3 (patch) | |
tree | 6bf405729ed317f4e5d76b6165711ea3807cea33 | |
parent | dfa9febb60b0eab190051336b11aa8066446125b (diff) | |
download | xine-lib-41dc8d4b1e62a426214f8e9e8c967081f4989bb3.tar.gz xine-lib-41dc8d4b1e62a426214f8e9e8c967081f4989bb3.tar.bz2 |
Correct a typo in option help text.
CVS patchset: 8468
CVS date: 2006/12/27 23:05:31
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5553a2a68..348057cc8 100644 --- a/configure.ac +++ b/configure.ac @@ -1902,7 +1902,7 @@ dnl --------------------------------------------- dnl libmodplug support dnl --------------------------------------------- AC_ARG_ENABLE([modplug], - AS_HELP_STRING([--enable-modplug], [Enable modplub support]) ) + AS_HELP_STRING([--enable-modplug], [Enable modplug support]) ) if test "x$enable_modplug" != "xno"; then PKG_CHECK_MODULES([LIBMODPLUG], [libmodplug >= 0.7], |