X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=bc96ec5be4073236d62dd8f59cfe1f84cff03825;hb=51b0cb1e76475df853a3e9c8c8430fff9b971ab3;hp=cc4ffdffa54b7ceb720885e7d485b5f69ed3cd3c;hpb=fba7b2fb0a16335bc9cc5dc84dc59604dc9cb8dc;p=swftools.git diff --git a/configure.in b/configure.in index cc4ffdf..bc96ec5 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=2007-01-10-2008 # ------------------------------------------------------------------ @@ -31,7 +31,7 @@ if test "x${srcdir}" != "x."; then exit 1 fi -WARNINGS="-Wparentheses -Wimplicit -Wreturn-type" +WARNINGS="-Wparentheses -Wimplicit -Wreturn-type -Wno-unused-value" if test "x$ENABLE_WARNINGS" '!=' "x";then WARNINGS="-Wall -Wno-unused -Wno-format -Wno-redundant-decls" fi @@ -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)