configure.in: quote LAME help test so it doesnt break VIMs syntax highlighting
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Mon, 7 Jun 2010 16:06:53 +0000 (16:06 +0000)
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Wed, 16 Jun 2010 14:36:49 +0000 (14:36 +0000)
configure.in

index ad297de..9cc3f23 100644 (file)
@@ -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