From f0cffa800e0b12bb9c00e2e5be85e327f0a94776 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 6 Jan 2007 22:28:58 +0000 Subject: [PATCH] removed libtool --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index cc4ffdf..47fac70 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 -- 1.7.10.4