X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=8e8fb1c956a0c3fc4946d220257ebd02d9369b9b;hp=77307173595805118b5699e7324f2acd442f3836;hb=e056446589e2fee53f823e0da1fb34076018c3dd;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2 diff --git a/configure.in b/configure.in index 7730717..8e8fb1c 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])])])