summaryrefslogtreecommitdiffstats
path: root/kitchensync/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/configure.in.bot')
-rw-r--r--kitchensync/configure.in.bot8
1 files changed, 0 insertions, 8 deletions
diff --git a/kitchensync/configure.in.bot b/kitchensync/configure.in.bot
deleted file mode 100644
index a612d1b7..00000000
--- a/kitchensync/configure.in.bot
+++ /dev/null
@@ -1,8 +0,0 @@
-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