~ubuntu-branches/ubuntu/karmic/cyrus-imapd-2.2/karmic

« back to all changes in this revision

Viewing changes to cmulocal/sasl.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 18:51:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711185139-gl3oe4tppp7g3euf
Tags: 2.2.13-4ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl sasl.m4--sasl libraries and includes
2
2
dnl Derrick Brashear
3
3
dnl from KTH sasl and Arla
4
 
dnl $Id: sasl.m4,v 1.22 2003/10/08 20:35:25 rjs3 Exp $
 
4
dnl $Id: sasl.m4,v 1.23 2005/04/26 19:14:08 shadow Exp $
5
5
 
6
6
AC_DEFUN([CMU_SASL_INC_WHERE1], [
7
7
saved_CPPFLAGS=$CPPFLAGS
46
46
])
47
47
 
48
48
AC_DEFUN([CMU_SASL], [
 
49
AC_REQUIRE([CMU_FIND_LIB_SUBDIR])
49
50
AC_ARG_WITH(sasl,
50
51
            [  --with-sasl=DIR        Compile with libsasl in <DIR>],
51
52
            with_sasl="$withval",
58
59
        cmu_saved_LDFLAGS=$LDFLAGS
59
60
        cmu_saved_LIBS=$LIBS
60
61
        if test -d ${with_sasl}; then
61
 
          ac_cv_sasl_where_lib=${with_sasl}/lib
 
62
          ac_cv_sasl_where_lib=${with_sasl}/$CMU_LIB_SUBDIR
62
63
          ac_cv_sasl_where_inc=${with_sasl}/include
63
64
 
64
65
          SASLFLAGS="-I$ac_cv_sasl_where_inc"