nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh configure.in


From: Ken Hornstein
Subject: [Nmh-commits] nmh configure.in
Date: Sun, 21 Nov 2010 22:19:52 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Changes by:     Ken Hornstein <kenh>    10/11/21 22:19:51

Modified files:
        .              : configure.in 

Log message:
        Fix the test for sasl.h to look in the correct place.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/configure.in?cvsroot=nmh&r1=1.88&r2=1.89

Patches:
Index: configure.in
===================================================================
RCS file: /sources/nmh/nmh/configure.in,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- configure.in        19 Nov 2010 20:13:39 -0000      1.88
+++ configure.in        21 Nov 2010 22:19:51 -0000      1.89
@@ -1,7 +1,7 @@
 dnl
 dnl configure.in -- autoconf template for nmh
 dnl
-dnl $Id: configure.in,v 1.88 2010/11/19 20:13:39 kenh Exp $
+dnl $Id: configure.in,v 1.89 2010/11/21 22:19:51 kenh Exp $
 dnl
 
 dnl Move this up a bit
@@ -704,7 +704,7 @@
 dnl --------------------
 
 AS_IF([test x"$sasl_support" = x"yes"],[
-  AC_CHECK_HEADER([sasl.h], , [AC_MSG_ERROR([sasl.h not found])])
+  AC_CHECK_HEADER([sasl/sasl.h], , [AC_MSG_ERROR([sasl.h not found])])
   AC_CHECK_LIB([sasl2], [sasl_client_new], ,
     [AC_MSG_ERROR([Cyrus SASL library not found])])])
 



reply via email to

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