Align --help messages (what a pain.)

Originally committed to SVN as r2011.
This commit is contained in:
Amar Takhar 2008-03-11 05:11:19 +00:00
parent 8749c97d9f
commit 1e6956338f

View file

@ -228,7 +228,7 @@ fi
if test "$with_ffmpeg" = "yes"; then
AC_ARG_ENABLE(broken-mp3, [--enable-broken-mp3 Enable the use of FFMPEG w/out LAME compiled in.])
AC_ARG_ENABLE(broken-mp3, [ --enable-broken-mp3 Enable the use of FFMPEG w/out LAME compiled in.])
AC_MSG_CHECKING([whether ffmpeg has LAME compiled in])
aegisub_save_LDFLAGS="$LDFLAGS"
AC_LANG(C)
@ -344,7 +344,7 @@ fi
AC_ARG_ENABLE(univchardet, [ --enable-univchardet enable universalchardet support.], univchardet_disabled="(disabled)")
AC_ARG_ENABLE(univchardet, [ --enable-univchardet enable universalchardet support.], univchardet_disabled="(disabled)")
if test "$with_univchardet" = "yes"; then
with_univchardet="yes"
AC_DEFINE(WITH_UNIVCHARDET, 1, [Enable universalchardet support])