From 41dc8d4b1e62a426214f8e9e8c967081f4989bb3 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 27 Dec 2006 23:05:31 +0000 Subject: Correct a typo in option help text. CVS patchset: 8468 CVS date: 2006/12/27 23:05:31 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3