X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=800165bfaa8f139bc9f8359e39ec550cd39a203e;hp=444e533b8462c2baabf07eb304aef8dae76f4601;hb=e332b7d7cfbc0e721d0d6aa712bd4112581f9152;hpb=4466cccb28955a0d145a5ef1534d56109497e40b diff --git a/configure.in b/configure.in index 444e533..800165b 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre11 +VERSION=0.4.4-pre12 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -16,7 +16,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 AC_SUBST(STRIP) else