diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-08 01:37:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-08 01:37:34 +0000 |
commit | d4f48636cc2631625434326e146d04f503d0247a (patch) | |
tree | a371a2337bddce3de3fa3fcac52275a8204570d9 /kitchensync/configure.in.bot | |
parent | d8b40941f9d1a221add0b9094eb09405a91a8aab (diff) | |
download | tdepim-d4f48636cc2631625434326e146d04f503d0247a.tar.gz tdepim-d4f48636cc2631625434326e146d04f503d0247a.zip |
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
Diffstat (limited to 'kitchensync/configure.in.bot')
-rw-r--r-- | kitchensync/configure.in.bot | 4 |
1 files changed, 2 insertions, 2 deletions
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 |