X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure;h=1abcce0628af9d4cc0ecec005642f3a4ae697a43;hp=89c2c7b884ca65f89a85fbe72a43a45dba04bf98;hb=fe0bf96d27b7af11538533b4df9eca5cbc96eedf;hpb=4ba1e683d43deacab5c90273c45a69311cbd0763 diff --git a/configure b/configure index 89c2c7b..1abcce0 100755 --- a/configure +++ b/configure @@ -1311,11 +1311,6 @@ Optional Features: --enable-optimizations turn on compiler optimizations (recommended for avi2swf) --disable-lame don't compile any L.A.M.E. mp3 encoding code in -Optional Packages: - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-poppler use poppler instead of internal xpdf (currently broken) - Some influential environment variables: CC C compiler command CFLAGS C compiler flags @@ -1779,13 +1774,11 @@ fi # Check whether --enable-lame was given. if test "${enable_lame+set}" = set; then - enableval=$enable_lame; DISABLE_LAME=true + enableval=$enable_lame; if test "x$enable_lame" = "xno";then + DISABLE_LAME=yes fi - - -# Check whether --with-poppler was given. -if test "${with_poppler+set}" = set; then - withval=$with_poppler; USE_POPPLER=true +else + DISABLE_LAME= fi