summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-12-27 23:05:31 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-12-27 23:05:31 +0000
commit41dc8d4b1e62a426214f8e9e8c967081f4989bb3 (patch)
tree6bf405729ed317f4e5d76b6165711ea3807cea33
parentdfa9febb60b0eab190051336b11aa8066446125b (diff)
downloadxine-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.ac2
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],