Fix the test for sasl.h to look in the correct place.
[mmh] / configure.in
index 7730717..8e8fb1c 100644 (file)
@@ -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])])])