diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /kioslaves/configure.in.in | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslaves/configure.in.in')
-rw-r--r-- | kioslaves/configure.in.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/kioslaves/configure.in.in b/kioslaves/configure.in.in deleted file mode 100644 index 47b98682b..000000000 --- a/kioslaves/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_kio_sieve, test -n "$SASL2_LIBS") |