X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=fea975e40a11f63697eccde6b13bcf0ae2058245;hb=09a4fd027e51dc3f1dbfcc2f06a3c5224f73b224;hp=3bad2e0d797a7a8ade07c4ea0fd3a8176dd9fc4c;hpb=fe0bf96d27b7af11538533b4df9eca5cbc96eedf;p=swftools.git diff --git a/configure.in b/configure.in index 3bad2e0..fea975e 100644 --- a/configure.in +++ b/configure.in @@ -200,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 @@ -331,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"