]> git.pld-linux.org Git - packages/amavisd.git/blame - amavisd-notest-mta.patch
- no need test which MTA is installed when compile
[packages/amavisd.git] / amavisd-notest-mta.patch
CommitLineData
28b72bf3 1diff -Nru amavisd-snapshot-20010714.orig/configure.in amavisd-snapshot-20010714/configure.in
2--- amavisd-snapshot-20010714.orig/configure.in Sat Jul 14 18:23:35 2001
3+++ amavisd-snapshot-20010714/configure.in Sat Apr 20 15:05:49 2002
4@@ -217,12 +217,12 @@
5 fi)
6
7 dnl Need to find out whether sendmail_wrapper is really postfix' sendmail
8-if test "x$MTA" = "xsendmail" ; then
9- strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
10- if test $? -eq 0 ; then
11- MTA=postfix
12- fi
13-fi
14+dnl if test "x$MTA" = "xsendmail" ; then
15+dnl strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
16+dnl if test $? -eq 0 ; then
17+dnl MTA=postfix
18+dnl fi
19+dnl fi
20
21 AC_ARG_ENABLE(exim,
22 [ --enable-exim use exim as MTA],
23@@ -231,12 +231,12 @@
24 fi)
25
26 dnl Need to find out whether sendmail_wrapper is really exim's sendmail
27-if test "x$MTA" = "xsendmail" ; then
28- strings ${sendmail_wrapper} | grep -i exim >/dev/null 2>&1
29- if test $? -eq 0 ; then
30- MTA=exim
31- fi
32-fi
33+dnl if test "x$MTA" = "xsendmail" ; then
34+dnl strings ${sendmail_wrapper} | grep -i exim >/dev/null 2>&1
35+dnl if test $? -eq 0 ; then
36+dnl MTA=exim
37+dnl fi
38+dnl fi
39
40 dnl
41 dnl only postfix and sendmail for now
This page took 0.091277 seconds and 4 git commands to generate.