X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=7ef72b266c6a1324736d06b4e2d560ee9e58247c;hb=c468042485288af122c21d709682b9843d2004f1;hp=f04b16d829e3d63e9e785ddf5051b440eefb9f24;hpb=75b5f45c7bbe22216ffd810316ecfcc41af1c063;p=swftools.git diff --git a/configure b/configure index f04b16d..7ef72b2 100755 --- a/configure +++ b/configure @@ -711,7 +711,7 @@ fi PACKAGE=swftools -VERSION=0.4.4-pre11 +VERSION=0.4.4-pre12 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -720,7 +720,7 @@ fi if test "x$DEBUG" '!=' "x";then CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CXXFLAGS" - STRIP="echo debug enabled, not stripping " + STRIP="@echo debug enabled, not stripping " export STRIP else