From: Asbjørn Sloth Tønnesen Date: Mon, 7 Jun 2010 16:06:53 +0000 (+0000) Subject: configure.in: quote LAME help test so it doesnt break VIMs syntax highlighting X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=211a4fe979014e3f4be9fbf14d8ee458eeb53d1a configure.in: quote LAME help test so it doesnt break VIMs syntax highlighting --- diff --git a/configure.in b/configure.in index ad297de..9cc3f23 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_ARG_ENABLE(warnings, AC_ARG_ENABLE(optimizations, [ --enable-optimizations turn on compiler optimizations (recommended for avi2swf)], OPTIMIZE=true) AC_ARG_ENABLE(lame, -[ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], +[ --disable-lame "don't compile any L.A.M.E. mp3 encoding code in"], if test "x$enable_lame" = "xno";then DISABLE_LAME=yes