forked from mia/Aegisub
Fix typo in help message, alignment.
Originally committed to SVN as r2160.
This commit is contained in:
parent
7746efa54e
commit
aaa6d081d3
1 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue