From d4f48636cc2631625434326e146d04f503d0247a Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 8 Sep 2010 01:37:34 +0000 Subject: Reverse OpenSync patch as it causes a build failure on Debian git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1172771 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kitchensync/configure.in.bot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kitchensync/configure.in.bot') diff --git a/kitchensync/configure.in.bot b/kitchensync/configure.in.bot index 484225aab..a612d1b78 100644 --- a/kitchensync/configure.in.bot +++ b/kitchensync/configure.in.bot @@ -1,7 +1,7 @@ -if test "$HAVE_OPENSYNC" = 0; then +if test "$HAVE_OPENSYNC" = 0 -o "$HAVE_OPENSYNC_ENGINE" = 0; then echo "" echo "You're missing a compatible version of libopensync." - echo "Version 0.31 or greater is needed." + echo "Version 0.19 or greater is needed." echo "kitchensync will not be built." echo "" all_tests=bad -- cgit v1.2.1