dovecot-2.0: configure: Removed special casing from tcpwrap sett...

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 27 04:58:51 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6891d20929ca
changeset: 11008:6891d20929ca
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Mar 27 04:58:49 2010 +0200
description:
configure: Removed special casing from tcpwrap settings.
ifdef check handles this now in the actual code. (And now I see that I could
have avoided that change by just fixing this check to use "== yes" instead
of "!= no", but what's done is done.)

diffstat:

 configure.in |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 2178c4569f38 -r 6891d20929ca configure.in
--- a/configure.in	Sat Mar 27 04:55:40 2010 +0200
+++ b/configure.in	Sat Mar 27 04:58:49 2010 +0200
@@ -2590,9 +2590,6 @@
 dnl get a list of setting .[ch] files, but list .h files first
 FILES1=`find $srcdir/src -name '*settings.[[ch]]'|grep "$srcdir/src/lib-" | sed 's/^\(.*\)\(.\)$/\2 \1\2/' | sort -r | sed s/^..//`
 FILES2=`find $srcdir/src -name '*settings.[[ch]]'|grep -v "$srcdir/src/lib-" | sed 's/^\(.*\)\(.\)$/\2 \1\2/' | grep -v all-settings | sort -r | sed s/^..//`
-if test "$have_libwrap" != "yes"; then
-  FILES2=`echo $FILES2 | tr ' ' '\n' | grep -v tcpwrap-settings | tr '\n' ' '`
-fi
 SETTING_FILES=`echo $FILES1 $FILES2 | sed -e s,$srcdir/src,./src,g -e 's,./src,$(top_srcdir)/src,g'`
 AC_SUBST(SETTING_FILES)
 


More information about the dovecot-cvs mailing list