X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=3bad2e0d797a7a8ade07c4ea0fd3a8176dd9fc4c;hp=ea8a51fa0a4b51c4f9afc343e514c298ed0a193a;hb=fe0bf96d27b7af11538533b4df9eca5cbc96eedf;hpb=4ba1e683d43deacab5c90273c45a69311cbd0763 diff --git a/configure.in b/configure.in index ea8a51f..3bad2e0 100644 --- a/configure.in +++ b/configure.in @@ -18,9 +18,10 @@ 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=true) -AC_ARG_WITH([poppler], -[ --with-poppler use poppler instead of internal xpdf (currently broken)], [USE_POPPLER=true]) +[ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], +if test "x$enable_lame" = "xno";then + DISABLE_LAME=yes +fi,DISABLE_LAME=) PACKAGE=swftools VERSION=0.9.0