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