From de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sun, 27 Jan 2013 01:02:02 -0600
Subject: Rename a number of libraries and executables to avoid conflicts with
 KDE4

---
 tdeioslave/configure.in.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 tdeioslave/configure.in.in

(limited to 'tdeioslave/configure.in.in')

diff --git a/tdeioslave/configure.in.in b/tdeioslave/configure.in.in
new file mode 100644
index 000000000..331a300b8
--- /dev/null
+++ b/tdeioslave/configure.in.in
@@ -0,0 +1,15 @@
+KDE_CHECK_SSL
+
+sasl2_header="no"
+SASL2_LIBS=""
+
+KDE_CHECK_HEADERS(sasl.h)dnl SASL1 header is enough for kio_ldap
+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
+AC_SUBST(SASL2_LIBS)
-- 
cgit v1.2.1