From aaa6d081d36bc477ec68a3f8343c1501c0e25c85 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 30 Mar 2008 15:37:12 +0000 Subject: [PATCH] Fix typo in help message, alignment. Originally committed to SVN as r2160. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5c8456030..1b7e68828 100644 --- a/configure.in +++ b/configure.in @@ -475,7 +475,7 @@ fi ###################### ## universalchardetect ###################### -AC_ARG_ENABLE(univchardet, [ --disable-univchardet diable universalchardet support.], univchardet_disabled="(disabled)") +AC_ARG_ENABLE(univchardet, [ --disable-univchardet disble universalchardet support.], univchardet_disabled="(disabled)") if test "$enable_univchardet" != "no"; then with_univchardet="yes" AC_DEFINE(WITH_UNIVCHARDET, 1, [Enable universalchardet support]) @@ -561,7 +561,7 @@ if test -z "$LUA50_LDFLAGS"; then fi AC_ARG_WITH(lua50, -[ --without-lua50 build without lua 5.0 (auto3)], [lua_disabled="(disabled)"]) +[ --without-lua50 build without lua 5.0 (auto3)], [lua_disabled="(disabled)"]) if test "$with_lua50" != no; then