diff options
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 a612d1b78..484225aab 100644 --- a/kitchensync/configure.in.bot +++ b/kitchensync/configure.in.bot @@ -1,7 +1,7 @@ -if test "$HAVE_OPENSYNC" = 0 -o "$HAVE_OPENSYNC_ENGINE" = 0; then +if test "$HAVE_OPENSYNC" = 0; then echo "" echo "You're missing a compatible version of libopensync." - echo "Version 0.19 or greater is needed." + echo "Version 0.31 or greater is needed." echo "kitchensync will not be built." echo "" all_tests=bad |