mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
2.2 KiB

diff -ruN kdepim-3.5.0/configure.in kdepim-3.5.0-new/configure.in
--- kdepim-3.5.0/configure.in 2005-11-26 08:34:20.000000000 +0100
+++ kdepim-3.5.0-new/configure.in 2005-12-07 16:01:42.000000000 +0100
@@ -325,7 +325,7 @@
sasl2_header="no"
SASL2_LIBS=""
if test "x$with_sasl" != xno; then
- KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
+ KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
if test "$sasl2_header" = "yes" ; then
KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
fi
diff -ruN kdepim-3.5.0/kioslaves/configure.in.in kdepim-3.5.0-new/kioslaves/configure.in.in
--- kdepim-3.5.0/kioslaves/configure.in.in 2005-10-10 17:02:21.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/configure.in.in 2005-12-07 16:01:15.000000000 +0100
@@ -8,7 +8,7 @@
sasl2_header="no"
SASL2_LIBS=""
if test "x$with_sasl" != xno; then
- KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
+ KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
if test "$sasl2_header" = "yes" ; then
KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2")
fi
diff -ruN kdepim-3.5.0/kioslaves/imap4/imap4.cc kdepim-3.5.0-new/kioslaves/imap4/imap4.cc
--- kdepim-3.5.0/kioslaves/imap4/imap4.cc 2005-10-10 17:02:21.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/imap4/imap4.cc 2005-12-07 16:02:04.000000000 +0100
@@ -74,7 +74,7 @@
#ifdef HAVE_LIBSASL2
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#endif
diff -ruN kdepim-3.5.0/kioslaves/imap4/imapparser.cc kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc
--- kdepim-3.5.0/kioslaves/imap4/imapparser.cc 2005-09-10 10:24:05.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc 2005-12-07 16:02:22.000000000 +0100
@@ -43,7 +43,7 @@
#ifdef HAVE_LIBSASL2
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#endif
diff -ruN kdepim-3.5.0/kioslaves/sieve/sieve.cpp kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp
--- kdepim-3.5.0/kioslaves/sieve/sieve.cpp 2005-09-10 10:24:05.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp 2005-12-07 16:02:36.000000000 +0100
@@ -29,7 +29,7 @@
#endif
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#include "sieve.h"