talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 24d781260b1c2ee451c8bffb39918137398ef06b
parent d04c724c9e74f7c5d1f247e41a21e472790d9992
Author: Paul <paul@claws-mail.org>
Date:   Thu,  9 May 2013 17:39:57 +0100

remove useless repeated line (thanks, Brian!)

Diffstat:
Mconfigure.ac | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1183,7 +1183,6 @@ fi if test x"$HAVE_PERL" = xyes; then AC_MSG_CHECKING(for Perl compile flags) PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts` - PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts` PERL_CFLAGS=`echo $PERL_CFLAGS | sed 's/-D_FILE_OFFSET_BITS=[[0-9]]*//'` PERL_LDFLAGS=`perl -MExtUtils::Embed -e ldopts |sed 's/-lgdbm//'` PERL_LDFLAGS=`echo $PERL_LDFLAGS |sed 's/-ldb//'`