]> git.pld-linux.org Git - packages/amavis.git/commitdiff
- removed milter checking for properly regenerate ac/am
authortrojan <trojan@pld-linux.org>
Tue, 23 Apr 2002 11:31:23 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis-nomilter.patch -> 1.1

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

diff --git a/amavis-nomilter.patch b/amavis-nomilter.patch
new file mode 100644 (file)
index 0000000..744c682
--- /dev/null
@@ -0,0 +1,20 @@
+diff -Nru amavis-perl-11.orig/configure.in amavis-perl-11/configure.in
+--- amavis-perl-11.orig/configure.in   Tue Apr 23 13:24:28 2002
++++ amavis-perl-11/configure.in        Tue Apr 23 13:25:26 2002
+@@ -178,16 +178,6 @@
+   AC_CHECK_FUNCS(setsockopt,,AC_CHECK_LIB(socket,setsockopt))
+   AC_CHECK_FUNCS(mktemp mkdtemp strlcpy)
+-  ACX_PTHREAD([ LIBS="$PTHREAD_LIBS $LIBS"
+-    CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+-    CC="$PTHREAD_CC"
+-    AC_CHECK_HEADERS(libmilter/mfapi.h,
+-      AC_CHECK_LIB(milter,smfi_main,
+-        LIBS="-lmilter -lsmutil $LIBS",
+-        enable_milter=no,-lsmutil),
+-      enable_milter=no)],
+-    [AC_MSG_WARN([No usable pthreads library found - disabling milter])
+-     enable_milter=no])
+ fi
+ if test "x$enable_milter" = xyes ; then
This page took 0.099739 seconds and 4 git commands to generate.