]> git.marmaro.de Git - mmh/blobdiff - configure.in
Fix the test for sasl.h to look in the correct place.
[mmh] / configure.in
index 77307173595805118b5699e7324f2acd442f3836..8e8fb1c956a0c3fc4946d220257ebd02d9369b9b 100644 (file)
@@ -704,7 +704,7 @@ dnl CHECK FOR CYRUS-SASL
 dnl --------------------
 
 AS_IF([test x"$sasl_support" = x"yes"],[
 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])])])
 
   AC_CHECK_LIB([sasl2], [sasl_client_new], ,
     [AC_MSG_ERROR([Cyrus SASL library not found])])])