git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4ea5f
)
configure.in: quote LAME help test so it doesnt break VIMs syntax highlighting
author
Asbjørn Sloth Tønnesen
<asbjorn@asbjorn.biz>
Mon, 7 Jun 2010 16:06:53 +0000
(16:06 +0000)
committer
Asbjørn Sloth Tønnesen
<asbjorn@asbjorn.biz>
Wed, 16 Jun 2010 14:36:49 +0000
(14:36 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
ad297de
..
9cc3f23
100644
(file)
--- 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