From 1e6956338f9cdd1a0458d825818b5c9b150f21e2 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 11 Mar 2008 05:11:19 +0000 Subject: [PATCH] Align --help messages (what a pain.) Originally committed to SVN as r2011. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 2bf835288..46d4a6574 100644 --- a/configure.in +++ b/configure.in @@ -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])