diff options
Diffstat (limited to 'kitchensync/configure.in.bot')
-rw-r--r-- | kitchensync/configure.in.bot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kitchensync/configure.in.bot b/kitchensync/configure.in.bot new file mode 100644 index 000000000..a612d1b78 --- /dev/null +++ b/kitchensync/configure.in.bot @@ -0,0 +1,8 @@ +if test "$HAVE_OPENSYNC" = 0 -o "$HAVE_OPENSYNC_ENGINE" = 0; then + echo "" + echo "You're missing a compatible version of libopensync." + echo "Version 0.19 or greater is needed." + echo "kitchensync will not be built." + echo "" + all_tests=bad +fi |