]> git.pld-linux.org Git - packages/courier.git/commitdiff
- fixed in new version
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Wed, 17 Mar 2004 23:14:19 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-no_res_query.patch -> 1.4

courier-no_res_query.patch [deleted file]

diff --git a/courier-no_res_query.patch b/courier-no_res_query.patch
deleted file mode 100644 (file)
index a958f67..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-diff -Nur old/authlib/configure.in new/authlib/configure.in
---- old/authlib/configure.in   2004-03-03 04:45:09.000000000 +0000
-+++ new/authlib/configure.in   2004-03-16 21:35:08.000000000 +0000
-@@ -385,36 +385,6 @@
-       LIBS="$NETLIBS $LIBS"
-       LDAPLIBS=""
--        AC_MSG_CHECKING(whether -lresolv is needed for res_query)
--      AC_LINK_IFELSE(AC_LANG_PROGRAM([
--#if HAVE_NETINET_IN_H
--#include <netinet/in.h>
--#endif
--#include <resolv.h>
--
--void (*func)()= (void (*)())res_query;
--],
--                      [  (*func)(); ]),
--              AC_MSG_RESULT(no),
--              [
--              LIBS="-lresolv $LIBS"
--
--              AC_LINK_IFELSE(AC_LANG_PROGRAM([
--#if HAVE_NETINET_IN_H
--#include <netinet/in.h>
--#endif
--#include <resolv.h>
--
--void (*func)()= (void (*)())res_query;
--],
--                      [  (*func)(); ]), [
--                      LDAPLIBS="-lresolv $LDAPLIBS"
--                      HAVE_LDAP=1
--                      AC_MSG_RESULT(yes)
--                      ],
--                      AC_MSG_ERROR(Cannot find function res_query))
--                      ])
--
-       AC_CHECK_LIB(lber, ber_scanf,
-               [ LDAPLIBS="-llber $LDAPLIBS" LIBS="-llber $LIBS" ])
-       AC_CHECK_LIB(ldap, ldap_open,
-diff -Nur old/courier/configure.in new/courier/configure.in
---- old/courier/configure.in   2004-03-07 04:39:48.000000000 +0000
-+++ new/courier/configure.in   2004-03-16 21:35:21.000000000 +0000
-@@ -251,38 +251,6 @@
- AC_CHECK_LIB(lber, ber_scanf,
-       [ LDAPLIBS="-llber" LIBS="-llber $LIBS" ])
--
--        AC_MSG_CHECKING(whether -lresolv is needed for res_query)
--      AC_LINK_IFELSE(AC_LANG_PROGRAM([
--
--#if HAVE_NETINET_IN_H
--#include <netinet/in.h>
--#endif
--#include <resolv.h>
--
--void (*func)()= (void (*)())res_query;
--],
--                      [  (*func)(); ]),
--              AC_MSG_RESULT(no),
--              [
--              LIBS="-lresolv $LIBS"
--
--              AC_LINK_IFELSE(AC_LANG_PROGRAM([
--#if HAVE_NETINET_IN_H
--#include <netinet/in.h>
--#endif
--#include <resolv.h>
--
--void (*func)()= (void (*)())res_query;
--],
--                      [  (*func)(); ]), [
--                      LDAPLIBS="-lresolv $LDAPLIBS"
--                      HAVE_LDAP=1
--                      AC_MSG_RESULT(yes)
--                      ],
--                      AC_MSG_ERROR(Cannot find function res_query))
--                      ])
--
- AC_CHECK_LIB(ldap, ldap_open,
-       [ LDAPLIBS="-lldap $LDAPLIBS" ; LIBS="-lldap $LIBS" ])
- AC_CHECK_FUNC(ldap_search_st, HAVE_LDAP=1, HAVE_LDAP=0)
This page took 0.04027 seconds and 4 git commands to generate.