X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=22d9c92dfcb33b38bbc64f4c0807570b10273bce;hb=ccec950c0c9c79e62473816c72b3e27be98567c8;hp=cc4ffdffa54b7ceb720885e7d485b5f69ed3cd3c;hpb=fba7b2fb0a16335bc9cc5dc84dc59604dc9cb8dc;p=swftools.git diff --git a/configure.in b/configure.in index cc4ffdf..22d9c92 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=2006-11-05-2341 +VERSION=2006-12-02-1537 # ------------------------------------------------------------------ @@ -126,7 +126,6 @@ fi AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S - AC_PROG_LIBTOOL AC_CHECK_PROGS(UNCOMPRESS, gzip uncompress compress, ) dnl Checks for system services @@ -186,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)