summaryrefslogtreecommitdiffstats
path: root/kitchensync/configure.in.bot
blob: a612d1b78c50133eba372556464fef7999390dea (plain)
1
2
3
4
5
6
7
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