[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] CVS: nmh .cvsignore, 1.1.2.2, 1.1.2.3 configure.in, 1.61.2
From: |
Ken Hornstein <address@hidden> |
Subject: |
[Nmh-commits] CVS: nmh .cvsignore, 1.1.2.2, 1.1.2.3 configure.in, 1.61.2.1, 1.61.2.2 |
Date: |
Fri, 05 Sep 2003 17:03:36 -0400 |
Update of /cvsroot/nmh/nmh
In directory subversions:/tmp/cvs-serv1916
Modified Files:
Tag: RELEASE_1_1
.cvsignore configure.in
Log Message:
Updates for new SASL support.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/nmh/nmh/.cvsignore,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** .cvsignore 8 Jul 2002 19:27:25 -0000 1.1.2.2
--- .cvsignore 5 Sep 2003 21:03:34 -0000 1.1.2.3
***************
*** 1,2 ****
--- 1,3 ----
+ autom4te.cache
configure
config.h.in
Index: configure.in
===================================================================
RCS file: /cvsroot/nmh/nmh/configure.in,v
retrieving revision 1.61.2.1
retrieving revision 1.61.2.2
diff -C2 -r1.61.2.1 -r1.61.2.2
*** configure.in 3 Jul 2002 14:15:29 -0000 1.61.2.1
--- configure.in 5 Sep 2003 21:03:34 -0000 1.61.2.2
***************
*** 636,641 ****
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $SASL_LIBS"
! AC_CHECK_LIB(sasl, sasl_client_new,
! [SASL_LIBS="$SASL_LIBS -lsasl"],
[AC_MSG_ERROR(Cyrus SASL library not found)])
LDFLAGS="$save_LDFLAGS"
--- 636,641 ----
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $SASL_LIBS"
! AC_CHECK_LIB(sasl2, sasl_client_new,
! [SASL_LIBS="$SASL_LIBS -lsasl2"],
[AC_MSG_ERROR(Cyrus SASL library not found)])
LDFLAGS="$save_LDFLAGS"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] CVS: nmh .cvsignore, 1.1.2.2, 1.1.2.3 configure.in, 1.61.2.1, 1.61.2.2,
Ken Hornstein <address@hidden> <=
- Prev by Date:
[Nmh-commits] CVS: nmh/uip popsbr.c,1.8,1.8.2.1
- Next by Date:
[Nmh-commits] CVS: nmh/docs README.SASL, 1.1, 1.2 FAQ, 1.2, 1.3 README.developers, 1.20, 1.21
- Previous by thread:
[Nmh-commits] CVS: nmh/uip popsbr.c,1.8,1.8.2.1
- Next by thread:
[Nmh-commits] CVS: nmh/docs README.SASL, 1.1, 1.2 FAQ, 1.2, 1.3 README.developers, 1.20, 1.21
- Index(es):