]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- removing milter checking for properly regenerate ac/am
authortrojan <trojan@pld-linux.org>
Sat, 20 Apr 2002 15:52:56 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-nomilter.patch -> 1.1

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

diff --git a/amavisd-nomilter.patch b/amavisd-nomilter.patch
new file mode 100644 (file)
index 0000000..6ca2cea
--- /dev/null
@@ -0,0 +1,33 @@
+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 16:47:21 2002
+@@ -173,28 +173,7 @@
+ if test "x$enable_milter" = xyes ; then
+-  AC_CHECK_FUNCS(inet_aton,,AC_CHECK_LIB(resolv,inet_aton))
+-
+-  ACX_PTHREAD([
+-    LIBS="$PTHREAD_LIBS $LIBS"
+-    CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+-    CC="$PTHREAD_CC"
+-
+-    AC_CHECK_HEADERS(sm/gen.h,
+-      AC_EGREP_HEADER([typedef.*bool],sm/gen.h,
+-        AC_DEFINE(HAVE_SM_GEN_BOOL_TYPE, 1,
+-                  [ Define if <sm/gen.h> defines the bool type. ])))
+-
+-    # sendmail 8.11: need -lsmutil
+-    # sendmail 8.12: need -lsm
+-    AC_CHECK_LIB(smutil,errstring,,AC_CHECK_LIB(sm,sm_errstring))
+-
+-    AC_CHECK_HEADERS(libmilter/mfapi.h,
+-      AC_CHECK_LIB(milter,smfi_main,,enable_milter=no),
+-      enable_milter=no)
+-    ],
+-    [AC_MSG_WARN([No usable pthreads library found - disabling milter])
+-     enable_milter=no])
++     enable_milter=no
+ fi
This page took 0.03029 seconds and 4 git commands to generate.