From: Ken Hornstein <kenh@pobox.com>
Date: Sun, 21 Nov 2010 22:19:51 +0000 (+0000)
Subject: Fix the test for sasl.h to look in the correct place.
X-Git-Tag: cvs-repository-moved-to-git
X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=e056446589e2fee53f823e0da1fb34076018c3dd;p=mmh

Fix the test for sasl.h to look in the correct place.
---

diff --git a/configure.in b/configure.in
index 77307173..8e8fb1c9 100644
--- a/configure.in
+++ b/configure.in
@@ -704,7 +704,7 @@ dnl CHECK FOR CYRUS-SASL
 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])])])