summaryrefslogtreecommitdiffstats
path: root/tdeioslave/configure.in.bot
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:54:49 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:54:49 -0600
commitca705978d11b2e0bdcaf8186b0addff48d851483 (patch)
treeda2d37c0fc29b1746cc24594e948bc7c9f1241eb /tdeioslave/configure.in.bot
parenteaa1b143397fadcb31d69944ed69d6cf215be77d (diff)
downloadtdepim-ca705978d11b2e0bdcaf8186b0addff48d851483.tar.gz
tdepim-ca705978d11b2e0bdcaf8186b0addff48d851483.zip
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tdeioslave/configure.in.bot')
-rw-r--r--tdeioslave/configure.in.bot6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdeioslave/configure.in.bot b/tdeioslave/configure.in.bot
new file mode 100644
index 00000000..fdad4b63
--- /dev/null
+++ b/tdeioslave/configure.in.bot
@@ -0,0 +1,6 @@
+if test "x$with_sasl" = xcheck && test -z "$SASL2_LIBS"; then
+ echo ""
+ echo "cyrus-sasl 2 library is missing. The sieve ioslave will not be built, and imap4 will lack of a lot of authentication methods."
+ echo ""
+ all_tests=bad
+fi