]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- no need test which MTA is installed when compile
authortrojan <trojan@pld-linux.org>
Sat, 20 Apr 2002 15:54:40 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-notest-mta.patch -> 1.1

amavisd-notest-mta.patch [new file with mode: 0644]

diff --git a/amavisd-notest-mta.patch b/amavisd-notest-mta.patch
new file mode 100644 (file)
index 0000000..7175a6c
--- /dev/null
@@ -0,0 +1,41 @@
+diff -Nru amavisd-snapshot-20010714.orig/configure.in amavisd-snapshot-20010714/configure.in
+--- amavisd-snapshot-20010714.orig/configure.in        Sat Jul 14 18:23:35 2001
++++ amavisd-snapshot-20010714/configure.in     Sat Apr 20 15:05:49 2002
+@@ -217,12 +217,12 @@
+   fi)
+ dnl Need to find out whether sendmail_wrapper is really postfix' sendmail
+-if test "x$MTA" = "xsendmail" ; then
+-  strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
+-  if test $? -eq 0 ; then
+-    MTA=postfix
+-  fi
+-fi
++dnl if test "x$MTA" = "xsendmail" ; then
++dnl   strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
++dnl   if test $? -eq 0 ; then
++dnl     MTA=postfix
++dnl   fi
++dnl fi
+ AC_ARG_ENABLE(exim,
+   [  --enable-exim                 use exim as MTA],
+@@ -231,12 +231,12 @@
+   fi)
+ dnl Need to find out whether sendmail_wrapper is really exim's sendmail
+-if test "x$MTA" = "xsendmail" ; then
+-  strings ${sendmail_wrapper} | grep -i exim >/dev/null 2>&1
+-  if test $? -eq 0 ; then
+-    MTA=exim
+-  fi
+-fi
++dnl if test "x$MTA" = "xsendmail" ; then
++dnl   strings ${sendmail_wrapper} | grep -i exim >/dev/null 2>&1
++dnl   if test $? -eq 0 ; then
++dnl     MTA=exim
++dnl   fi
++dnl fi
+ dnl
+ dnl only postfix and sendmail for now
This page took 0.050903 seconds and 4 git commands to generate.