From 211a4fe979014e3f4be9fbf14d8ee458eeb53d1a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= <asbjorn@asbjorn.biz>
Date: Mon, 7 Jun 2010 16:06:53 +0000
Subject: [PATCH] configure.in: quote LAME help test so it doesnt break VIMs
 syntax highlighting

---
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.10.4