From ca705978d11b2e0bdcaf8186b0addff48d851483 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:54:49 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- tdeioslaves/configure.in.in | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tdeioslaves/configure.in.in (limited to 'tdeioslaves/configure.in.in') diff --git a/tdeioslaves/configure.in.in b/tdeioslaves/configure.in.in deleted file mode 100644 index 43b243b2b..000000000 --- a/tdeioslaves/configure.in.in +++ /dev/null @@ -1,27 +0,0 @@ -KDE_CHECK_SSL - -AC_ARG_WITH(sasl, - [AC_HELP_STRING(--with-sasl, - [enable support for authentication through cyrus-sasl @<:@default=check@:>@])], - [], with_sasl=check) - -sasl2_header="no" -SASL2_LIBS="" -if test "x$with_sasl" != xno; then - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes") - if test "$sasl2_header" = "yes" ; then - KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2") - fi - - if test "x$SASL2_LIBS" != "x" ; then - AC_DEFINE_UNQUOTED(HAVE_LIBSASL2, 1, [Define if you have cyrus-sasl2 libraries]) - fi - - if test "x$with_sasl" != xcheck && test -z "$SASL2_LIBS"; then - AC_MSG_ERROR([--with-sasl was given, but test for cyrus-sasl failed]) - fi -fi - -AC_SUBST(SASL2_LIBS) - -AM_CONDITIONAL(compile_tdeio_sieve, test -n "$SASL2_LIBS") -- cgit v1.2.1