nmh-commits
[Top][All Lists]
Advanced

[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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]