X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=2c47c90a8aba0953d0e66fd9887fcf3dfc3242bc;hb=03bf20a885b3953a0385e814ba4e0196b46f6159;hp=77307173595805118b5699e7324f2acd442f3836;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2;p=mmh diff --git a/configure.in b/configure.in index 7730717..2c47c90 100644 --- a/configure.in +++ b/configure.in @@ -107,6 +107,10 @@ AC_ARG_WITH(cyrus-sasl, AS_HELP_STRING([--with-cyrus-sasl], if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then AC_DEFINE(CYRUS_SASL, 1, [Define to use the Cyrus SASL library for authentication of POP and SMTP.])dnl + if test x"$with_cyrus_sasl" != xyes; then + AC_MSG_WARN([Arguments to --with-cyrus-sasl now ignored]) + AC_MSG_WARN([Please pass the appropriate arguments to CPPFLAGS/LDFLAGS]) + fi sasl_support=yes else sasl_support=no @@ -704,7 +708,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])])])