~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.59])
2
 
AC_INIT([Dovecot],[1.2.8],[dovecot@dovecot.org])
 
2
AC_INIT([Dovecot],[1.2.9],[dovecot@dovecot.org])
3
3
AC_CONFIG_SRCDIR([src])
4
4
 
5
5
AM_INIT_AUTOMAKE([foreign])
1897
1897
                        AC_CHECK_LIB(ldap, ldap_start_tls_s, [
1898
1898
                                AC_DEFINE(LDAP_HAVE_START_TLS_S,, Define if you have ldap_start_tls_s)
1899
1899
                        ])
1900
 
                        LDAP_LIBS=-lldap
 
1900
                        LDAP_LIBS="-lldap -llber"
1901
1901
                        AC_SUBST(LDAP_LIBS)
1902
1902
                        if test $want_ldap != plugin; then
1903
1903
                                AUTH_LIBS="$AUTH_LIBS $LDAP_LIBS"