X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=22d9c92dfcb33b38bbc64f4c0807570b10273bce;hb=de3f74f8a6269f6564371fbee93cfec05d61a408;hp=47fac70a31f374757c2ef17cb765a1ea330f1d40;hpb=f0cffa800e0b12bb9c00e2e5be85e327f0a94776;p=swftools.git diff --git a/configure.in b/configure.in index 47fac70..22d9c92 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,7 @@ fi # this must be done after (I believe) AC_PROG_MAKE_SET -if test "x$DEBUG" '!=' "x";then +if test "x$DEBUG" '!=' "x" -o "x$STRIP" = "x";then STRIP="@echo debug enabled, not stripping " export STRIP AC_SUBST(STRIP)