X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=fea975e40a11f63697eccde6b13bcf0ae2058245;hb=649ac0b90eedb21df0232ca5d0705e006dec511c;hp=ea8a51fa0a4b51c4f9afc343e514c298ed0a193a;hpb=5612cc17da6ef5469874fe6036e8df0ca4ac538b;p=swftools.git diff --git a/configure.in b/configure.in index ea8a51f..fea975e 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 @@ -199,7 +200,11 @@ fi # this must be done after (I believe) AC_PROG_MAKE_SET if test "x$DEBUG" '!=' "x" -o "x$STRIP" = "x";then - STRIP="@echo debug enabled, not stripping " + if test "$MACOSX";then + STRIP=dsymutil + else + STRIP="@echo debug enabled, not stripping " + fi export STRIP AC_SUBST(STRIP) fi @@ -330,7 +335,8 @@ AC_SUBST([xpdf_in_source]) AC_SUBST([splash_in_source]) # ------------------------------------------------------------------ - + +RFX_CHECK_LOWERCASE_UPPERCASE RFX_CHECK_AVI2SWF if test "x${AVIFILE}" = "xtrue"; then VIDEO_LIBS="$VIDEO_LIBS $AVIFILE_LIBS"